ASP URLEncode 方法

2018-09-21 03:40 更新

ASP URLEncode 方法


Server 对象参考手册 完整的 Server 对象参考手册

URLEncode 方法把 URL 编码规则应用到指定的字符串。

语法

Server.URLEncode(string)

参数 描述
string 必需。要编码的字符串。

实例

<%
response.write(Server.URLEncode("http://www.w3cschool.cn"))
%>

输出:

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


Server 对象参考手册 完整的 Server 对象参考手册
以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号