摘要: var abc = function(){ alert('abc');}var newvar = new abc();newabc.prototype.push = function(){ alert('push-abc');}newvar.push(); -- 可以给一个js对象newvar赋予p 阅读全文
posted @ 2017-04-24 10:45 qqisnow2021 阅读(158) 评论(0) 推荐(0)