如何用htmlEncode来显示Unicode?
时间:2021-03-09 10:07:49|栏目:|点击: 次
如何用htmlEncode来显示Unicode?
<%@ Language=VBScript %>
<html>
<head>
<title>千花飞舞之UNICODE编码</title>
</head>
<body>
<%
Dim strU
dim strNormal
strU= ChrW(7913)
strNormalANSI= "aiN"
%>
<font face="arial" size=+1>
<P>An ANSI value: <%=strNormalANSI%>
<P>An htmlencoded String: <%=Server.htmlEncode(strU)%>
</font>
上一篇:易语言取时间间隔命令使用讲解
栏 目:
下一篇:Powershell小技巧之通过EventLog查看近期电脑开机和关机时间
本文地址:http://www.codeinn.net/misctech/77305.html






