摘要:
1 String.prototype.trim = function(){ 2 return this.replace(/(^\s+)|(\s+$)/g, ''); 3 }; 4 5 IniConfig = function(iniFileName) { 6 this.iniFileName = iniFileName; 7 this._in... 阅读全文
posted @ 2017-02-04 11:07
qingbin_bai
阅读(2400)
评论(1)
推荐(1)

浙公网安备 33010602011771号