摘要: call,apply,bind 实现 /** * 实现 * call , * apply , * bind */ var c = { name:'huge', age:1236 } var d = { name:'huge', age:1236 } function Person(sex,hobby 阅读全文
posted @ 2020-06-20 20:30 古月大叔 阅读(245) 评论(0) 推荐(0) 编辑