07 2023 档案
【JavaScript】用JS写C#的string.format()
摘要:function formatString(str, ...args) { return str.replace(/{(\d+)}/g, function(match, index) { return typeof args[index] != 'undefined' ? args[index] :
阅读全文
浙公网安备 33010602011771号