主题: 3.X的问题 替换文本自动添加<br />
作者: anangfish, 发布日期: 2012-06-09 23:45:17, 浏览数: 2431

想做内容自动替换的功能:

比如:cc,替换成b

...............................................

//1.

var myhtml=KE.html(id);

//2.替换文字内容
myhtml=myhtml.replace(/cc/g, "b");
//3.清空内容
KE.text(id, '');
//4.替换内容

KE.insertHtml(id, myhtml);

.....................................

但是,为什么会自动生成

<br />
<br />

费解,费解啊!!!555555

大神,help!!!!!

发表新帖 发表回复