首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > CSS >

将前台HTML页面转义替普通的html文本

2012-11-05 
将前台HTML页面转义为普通的html文本Use YUI get the element.var summaryAreaElement get(summaryArea

将前台HTML页面转义为普通的html文本
Use YUI get the element.
var summaryAreaElement = get('summaryArea');
var summaryAreaValue=summaryAreaElement.value;
summaryAreaValue=summaryAreaValue.replace(/>/g,">");
summaryAreaElement.value=summaryAreaValue.replace(/</g,"&lt;");

热点排行