GitHub 博客园 Nanakon

decodeURIComponent

var s = '%%'
try {
    s = decodeURIComponent(s)
} catch(e) {
    console.log(e)
}
console.log(s)

 

posted on 2015-08-10 09:42  jzm17173  阅读(111)  评论(0编辑  收藏  举报

导航

轻音