标签:info str div ace ons color ima log test
var str="是吗@Test1:我觉得你说的很对@Test:学无止境"; var r=str.match(/@.*?:/ig); for (var index = 0; index < r.length; index++) { str=str.replace(r[index],"<a>"+r[index]+"</a>"); } console.log(str);
标签:info str div ace ons color ima log test
原文地址:https://www.cnblogs.com/sunshine-wy/p/9295805.html