PrototypeString对象学习_prototype【点击查看详情】
PrototypeString对象学习_prototype: 代码如下://String对象的静态方法 Object.extend(String, { interpret: function(value) { return value == null '' : String(value); }, specialChar: { '\b': '\\b', '\t': '\\t', '\n': '\\n',
相关视频/文章