Latest web development tutorials

ASP URLENCODE方法

サーバオブジェクトリファレンス 完全なサーバオブジェクトリファレンス

適用する方法指定された文字列をURLエンコード規則をURLEncodeを。

文法

Server.URLEncode(string)

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

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

输出:

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


サーバオブジェクトリファレンス 完全なサーバオブジェクトリファレンス