gpt4 book ai didi

c# - 带有特殊字符的网址打不开

转载 作者:太空宇宙 更新时间:2023-11-03 21:19:40 24 4
gpt4 key购买 nike

带有 + 符号的 Uri 未打开..例如我在文件夹 !+123@1 中有一个文件,想在浏览器中显示它。 window.open(url);

最佳答案

尝试使用encodeURIComponent

window.open("http://your-url.com/" + encodeURIComponent("foo+123.jpg"));

关于c# - 带有特殊字符的网址打不开,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31672296/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com