怎样使abc.asp?id=33转换成.html形式的
怎样使abc.asp?id=33转换成.html形式的
HTMLEncode
HTMLEncode 方法对指定的字符串应用 HTML 编码。
语法
Server.HTMLEncode( string )
参数
- string
- 指定要编码的字符串。
示例
脚本
<%= Server.HTMLEncode("The paragraph tag: <P>") %>
输出
The paragraph tag: <P>