会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
丿love丶暗影
CnBlogs
Home
New Post
Contact
Admin
Subscription
2022年5月25日
js中的call()、apply()、bind()方法
var a= { name:"李四", age: "五岁", text: function() { return this.name+ " " + this.age; } } let b= { name: "张三", age: "八岁", }; console.log(a.text()); // 李
Read More
posted @ 2022-05-25 10:05 丿love丶暗影
Views(27)
Comments(0)
Diggs(0)
Edit
公告