欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

ASP HTMLEncode 方法

Server 對象參考手冊

定義和用法

HTMLEncode 方法對一段指定的字符串應(yīng)用 HTML 編碼。

語法

Server.HTMLEncode(string)
參數(shù) 描述
string 必需。要編碼的字符串。

實例

腳本:

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

輸出:

The image tag: &lt;img&gt;

瀏覽器的輸出:

The image tag: <img>

Server 對象參考手冊