摘要:
String.prototype.format = function (args) { var result = this; if (arguments.length > 0) { if (arguments.length == 1 && typeof (args) == "object") { f 阅读全文
posted @ 2021-12-24 18:58
学海无涯乐作舟
阅读(671)
评论(0)
推荐(0)