The following script:

<%

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

%>

Output:

The image tag: &lt;img&gt;

Web browser output:

The image tag: <img>

 

文章標籤
全站熱搜
創作者介紹
創作者 sean 的頭像
sean

My Source Code

sean 發表在 痞客邦 留言(0) 人氣(13)