会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Evident
博客园
首页
新随笔
联系
订阅
管理
js进行编码和解码的方式
JS中编码解码方法
1. 编码: encodeURIComponent 解码:encodeURIComponent
2. 编码:encodeURI 解码:decodeURI
3.编码:escap 解码:unescape
使用例子:
var str = "<div>这是数据</div>"
// 进行编码:
var newstr = encodeURIComponent(str)
posted @
2021-11-22 17:21
Evident
阅读(
933
) 评论(
0
)
编辑
收藏
举报
刷新页面
返回顶部
公告