Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个来自这样的 AES 加密的字符串 -> "‚±«~—ÄÔý 3ƒÛœÛ" 有没有办法对这个字符串进行编码,以便它可以通过 URL 传输到脚本?
谢谢你!
是的!
使用全局函数
urlencode($string)
如果您想获取原始参数,可以使用以下方法解码 URL-Parameters:
urldecode($string)
您可以为该任务使用 urlencode 或 base64_encode,两者都会生成 url 安全字符串