有了这个format函数,js拼接字符串的时候就方便多了. 功能基本实现,代码有待优化. String.prototype.format2 = function (args) { var s = this, vals = []…
確定! 回上一頁