javascript中的String.Format 发布于 2017-05-28 String.prototype.format = function(args) { var result = this; if …