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