摘要:
<script> function x() { } //为函数x的prototype原型对象添加add方法 x.prototype.add = function (a) { return a } var xxx = new x() console.log(xxx.add);//函数add conso 阅读全文
posted @ 2020-11-18 20:20
17135131xjt
阅读(147)
评论(0)
推荐(0)
摘要:
 阅读全文
posted @ 2020-11-18 18:06
17135131xjt
阅读(127)
评论(0)
推荐(0)

浙公网安备 33010602011771号