JavaScript 字符串乘法函數封裝

String.prototype.multiplyTimes = function(n) { return Array.prototype.join.call({length:n+1}, this); };   轉載於:https://www.cnblogs.com/yummylucky/p/11418776.htmlhtml
相關文章
相關標籤/搜索