摘要:
(1)Html.Encode
定义和用法
HTMLEncode 方法对一段指定的字符串应用 HTML 编码。
语法
Server.HTMLEncode(string)参数 描述
string 必需。要编码的字符串。 实例
脚本:"))%输出:
The image tag: <img>浏览器的输出:The image tag: ............
阅读全文
posted @ 2009-11-04 16:47
火星贝贝
阅读(2301)
评论(0)
推荐(0)