url组件编码
2020-11-30 本文已影响0人
ticktackkk
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>