
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
1.new操作做了啥要创建Person的新实例,必须使用new操作符。以这种方式调用构造函数实际上会经历以下4个步骤:(1)创建一个新对象;(2)将构造函数的作用域赋给新对象(因此this就指向了这个新对象);(3)执行构造函数中的代码(为这个新对象添加属性);(4)返回新对象。2.谈谈你对this的理解普通函数中:this->window定时器中:th...
request to https://registry.cnpmjs.org/express failed, reason: Hostname/IP does not match certificate’s altnames: Host: registry.cnpmjs.org. is not in the cert’s altnames: DNS:r.cnpmjs.org1,npm 安装出错 n

01-js-介绍及初体验脚本 编程语言;学习特点:首先你要分析逻辑过程;把逻辑写下来JS作用:与用户交流互动,交互;02-js-引入方式内嵌式:demo学习阶段外链式:工作使用行内:了解,一般不用;<!-- 1.内嵌式 demo学习阶段使用--><!-- <script>// JS代码</script> -->...
kubectl create namespace helm-jenkinskubectl create namespace helm-jenkinskubectl create namespace helm-jenkinskubectl create namespace helm-jenkinskubectl create namespace helm-jenkins
1.操作DOM的常用API1.节点查找 document.getElementById.....2.节点创建 createElementcloneNode.....3.节点修改 appendChildinsertBeforeRemoveChildreplaceChild.....4.元素属性型 setAttribu...