摘要: String.prototype.format= function() { if(arguments.length 0) return this; var param = arguments[0], str= this; if(typeof(param) 'object') { for(var ke 阅读全文
posted @ 2021-11-06 19:35 老黄先生 阅读(847) 评论(0) 推荐(0)