面向对象,扩展内置对象方法为何不行
String.prototype={ constructor:this, run:function () { alert("success!"); } }; var n="####"; n.run();
相关分类