摘要:
一、html字符串转换为 HTML 实体 htmlspecialcharsfunction htmlspecialchars(str){ str = str.replace(/&/g, '&'); str = str.replace(//g, '>'); str = str.... 阅读全文
posted @ 2015-08-19 15:38 人生梦想起飞 阅读(16628) 评论(0) 推荐(0)
|
摘要:
一、html字符串转换为 HTML 实体 htmlspecialcharsfunction htmlspecialchars(str){ str = str.replace(/&/g, '&'); str = str.replace(//g, '>'); str = str.... 阅读全文
posted @ 2015-08-19 15:38 人生梦想起飞 阅读(16628) 评论(0) 推荐(0) |
||