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>
上一篇下一篇

猜你喜欢

热点阅读