摘要: 1.return 跳出当前函数 返回一个结果 2.作用域 3.全局作用域 4.函数内部属性 --> this 5.函数的属性:length 6.函数的方法:apply() 和 call() 7.new关键字解析 8.构造函数 function Person(name,age) { this.name 阅读全文
posted @ 2018-12-14 21:32 _俗 阅读(174) 评论(0) 推荐(0) 编辑