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.
我需要使用 javascript 发送超过 2300 个字符的 URL 字符串。如何避免 IE7 中的 URL 长度限制。我知道 IE 中的 URL 长度限制为 2048。但我需要避免。给我解决方案。
最可靠的方法是通过 POST 方法发送数据。