String.prototype.format = function(args) { var result = this; if (arguments.length > 0) { if (arg … Continue reading js 字符串格式化方法
String.prototype.format = function(args) { var result = this; if (arguments.length > 0) { if (arg … Continue reading js 字符串格式化方法