var a=http://10.1.1.11:8000/Picture/1/ABC_08_11_2016_%CD%AC%C0%EF_qsy4.jpg
decodeURI(a)或者decodeURIComponent(a)都抱如下错误:
Uncaught URIError: URI malformed
这是什么意思,如何解决,编码是utf-8
Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
这个URI是不合法的,让后台改改吧
ABC_08_11_2016_%CD%AC%C0%EF_qsy4 utf-8无法解码,格式不匹配