03 2023 档案
对URI 组件进行编码与解码
摘要:1、encodeURIComponent() 函数对 URI 组件进行编码。 2、decodeURIComponent() 函数对编码的 URI 组件进行解码。 例: let uri = "https://www.baidu.com/"; let uri_enc = encodeURICompone
阅读全文
浙公网安备 33010602011771号