对于URL地址中传递的参数最好使用urlencode()函数对GET参数进行编码,防止出现问题。
举一反三
- urlencode()和urldecode()函数主要用于在HTML中输出URL参数时进行编码转换,前者用于(),后者用于()。
- ajax请求的时候,get一般用来进行查询操作,url地址有长度限制,请求的参数都暴露在url地址当中,如果传递中文参数,需要自己进行编码操作,安全性较低。
- 下列方法中,用于对传递的URL进行编码和解码的是( )。 A: urldecode,urlencode B: unquote,urlencode C: urlencode,urldecode D: urlencode,unquote
- 下列函数中,用于对URL进行编码的是()。 A: encode B: urlencode C: unquote D: decode
- Asp.net中,Server对象的()方法用于对URL地址进行编码 A: UrlEncode B: UrlDecode C: MapPath D: Execute