%25%37%DD
上述形式不是乱码。
这是urlencoding。
可以使用js内置的方法
encodeURIComponent进行编码
再使用decodeURIComponent把上述形式再解码为普通字符
对付火狐的自动编码有特效
黑色头发:http://heisetoufa.iteye.com/
js url urlencoding,乱码,编码,解码,编解码
阅读 44
2023-04-27
%25%37%DD
上述形式不是乱码。
这是urlencoding。
可以使用js内置的方法
encodeURIComponent进行编码
再使用decodeURIComponent把上述形式再解码为普通字符
对付火狐的自动编码有特效
黑色头发:http://heisetoufa.iteye.com/
相关推荐
精彩评论(0)