摘要: function replaceStrColor(inputStr, color) { let temp = inputStr.replace(/[“\"]((?![\"“]).)+[\"”]/gi, function (item) { return "<span style='color:" + 阅读全文
posted @ 2020-11-27 10:32 居无常 阅读(273) 评论(0) 推荐(0)