面向對象,擴展內置對象方法為何不行String.prototype={ constructor:this, run:function () {
alert("success!");
}
}; var n="####";
n.run();
面向對象,擴展內置對象方法為何不行
達令說
2018-08-07 11:10:28