最后更新于:2022-03-26 23:43:21
完整的 Server 对象参考手册
URLEncode 方法把 URL 编码规则应用到指定的字符串。
Server.URLEncode(string)
<% response.write(Server.URLEncode(“https://docs.gechiui.com/w3school”)) %>
输出:
https%3A%2F%2Fwww%2Erunoob%2Ecom