简体   繁体   中英

URL encoding in Classic ASP

Can VBScript escape be used for escaping a post (application/x-www-form-urlencoded) or a multipart post? Is it the equivalent of PHP's urlencode ?

您应该使用Server.URLEncode(string)代替PHP的urlencode

它不是等价的,但它非常适合逃避帖子。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM