JS占位符处理
//占位符替换,"{0},{1}".format("pan.decadework.com", "免费外链网盘"); String.prototype.format = function() { if (arguments.length == 0) return this; for ( var s = this, i = 0; i < arguments.length; i++)...