如題. String.prototype.format = function () { var txt = this.toString(); for (var i = 0; i < arguments.length; i++) { var exp ...
確定! 回上一頁