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.
我正在尝试将包含一些特殊字符 (ü) 的 URL 的页面加载到由 JQuery 制作的选项卡中。但我得到这个错误:
URIError: malformed URI sequence
你们对这个问题有任何想法吗?
Use encodeURIComponent(url) to urlencode the special characters properly.
encodeURIComponent(url