URLEncode 方法将 URL 编码规则,包括转义字符,应用到指定的字符串。
Server.URLEncode( string )
脚本
<%Response.Write(Server.URLEncode("http://www.microsoft.com")) %>
输出
http%3A%2F%2Fwww%2Emicrosoft%2Ecom
Server 对象
HTMLEncode
© 1997 by Microsoft Corporation. All rights reserved.