js 字符串格式化

在js 文件中寫一個函數 String.prototype.format = function(args) { var result = this; if (arguments.length > 0) { if (arguments.length == 1 && typeof (args) == "object") {
相關文章
相關標籤/搜索