摘要:
前言 我是歌谣 最好的种树是十年前 其次是现在 今天继续给大家带来的是this指向的讲解 环境配置 npm init -y yarn add vite -D 修改page.json配置端口 { "name": "demo1", "version": "1.0.0", "description": " 阅读全文
摘要:
var obj={ name:"geyao", age:22 } function Car(){ this.brand="Benz", this.color="red", this.size=18 } Car.prototype={ age:18, width:2.5 } Object.protot 阅读全文
摘要:
阅读全文
摘要:
var arr=[1,2,3,4,5] // for(var i=0;i<arr.length;i++){ // console.log(arr[i]) // } var car={ brand:'Benz', color:'red', displament:'3.0', name:'geyao' 阅读全文
摘要:
阅读全文
摘要:
阅读全文
摘要:
var myLang={ NO1:"HTML", NO2:"CSS", NO3:"TS", myStudyingLang:function(num){ console.log(this['NO'+num]) } } myLang.myStudyingLang(2) 运行结果 阅读全文
摘要:
阅读全文
摘要:
console.log("geyao") var sched={ wakeup:function(){ console.log('Running') return this }, morning:function(){ console.log('Going shopping') return thi 阅读全文
摘要:
阅读全文