URI 组件进行编码。
<script>
var uri="http://www.w3cschool.cc/my test.asp?name=ståle&car=saab";
document.write(decodeURIComponent(encodeURIComponent(uri)));
</script>
URI 组件进行编码。
<script>
var uri="http://www.w3cschool.cc/my test.asp?name=ståle&car=saab";
document.write(decodeURIComponent(encodeURIComponent(uri)));
</script>
本文标题:url组件编码
本文链接:https://www.haomeiwen.com/subject/hvbrwktx.html
网友评论