ASP HTMLEncode 方法

2018-09-21 16:28 更新

ASP HTMLEncode 方法


Server 对象参考手册 完整的 Server 对象参考手册

HTMLEncode 方法对一段指定的字符串应用 HTML 编码。

语法

Server.HTMLEncode(string)

参数 描述
string 必需。要编码的字符串。

实例

脚本:

<%
response.write(Server.HTMLEncode("The image tag: <img>"))
%>

输出:

The image tag: &lt;img&gt;

Web 浏览器输出:

The image tag: <img>


Server 对象参考手册 完整的 Server 对象参考手册
以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号