08 2022 档案

摘要:replace(/(\n|\r|\r\n|↵)/g, '<br/>') 转码 encodeURIComponent('xx') 转码一部分 encodeURI('xx') 转码整个URI 解码 decodeURIComponent('xx') 解码一部分 decodeURI('xx') 解码整个UR 阅读全文
posted @ 2022-08-23 16:01 玖捌 阅读(41) 评论(0) 推荐(0)