© This document uses PHP Chinese website manual Release
URLEncode 方法把 URL 编码规则应用到指定的字符串。
Server.URLEncode(string)
<% response.write(Server.URLEncode("http://www.shouce.ren")) %> 输出: http%3A%2F%2Fwww%2Eshouce.ren%2Ecom