Ghost全自动系统备份光盘正式版 V4.5 | 硬盘版 V2.0 | 排行榜 TOP50 | 图文推荐 | 玩小游戏
首页 >> Asp编程 >> Asp新手入门 >> asp中文URL编码server.urlencode

asp中文URL编码server.urlencode

作者:天空诚整理 来源:中国Asp之家 时间:2008-8-8 网友评论条 【

在url网址中,我们经常使用server.urlencode来对网址进行编码,特别是遇到网址中有中文字符的时候,如

<a href="http://www.aspxhome.com/?type=<%=server.urlencode("asp编程")%>">asp编程</a>

运行后就变成:

<a href="http://www.aspxhome.com/?type=asp%B1%E0%B3%CC">asp编程</a>


URLEncode

URLEncode 方法将 URL 编码规则,包括转义字符,应用到指定的字符串

语法

Server.URLEncode( string )
 

参数

String
指定要编码的字符串。

示例

脚本

<%Response.Write(Server.URLEncode("http://www.microsoft.com")) %>
 

输出

http%3A%2F%2Fwww%2Emicrosoft%2Ecom 

站长工具
ALEXA世界排名查询:
相关文章
loading 请稍等,评论加载中...

Aspxhome.com. 中国Asp之家. 版权所有

闽ICP备06017341号