DevKit 工具栈
首页
工具
文章
关于
联系
首页
/
工具
/
URL 编解码
URL 编解码
使用 encodeURIComponent / decodeURIComponent 处理 query 与路径中的特殊字符。
原文
hello 世界 & foo=bar
encodeURIComponent
编码结果
decodeURIComponent