javascript编码和解码的问题

就是想搞清楚下概念 什么是编码 什么是解码?

在什么情况下使用解码 和编码 ?

在网上找了下都没有详细的解释

 

好比现在我做的一个页面出现乱码了?这个是html页面的显示

<p> 文本框:<%=input_field_tag('id',decodeURI(team.name)) %></p>

数据源:(js调用的 这里和后台没有关系)


        teams = {
            atl : {
                name: encodeURI('深圳'),
                city : '深圳' },
            bos : {
                name : 't_sp',
                city: 't_sp' },
            cha : {
                name : 'xxx',
                city : 'tsp'}
        }new EJS({ url: 'Templates/supplies.ejs' }).update('places', { teams: teams });


 

什么decodeURI  encodeURI  gb2312 ftbxx_8  gb2312 decodeURIComponent都用了无效


动漫人物
浏览 238回答 2
2回答

Helenr

编码跟解码是对应的
打开App,查看更多内容
随时随地看视频慕课网APP