var reg = /(【[^【]*】)/g; html = html.replace(reg, "<span class=\"bold\">$1</span>"); return html;
【 】之间的文字替换html