首页 > 学院 > 编程设计 > 正文

如何用htmlEncode来显示Unicode?

2020-06-19 13:52:42
字体:
来源:转载
供稿:网友

如何用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>

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表