就是想搞清楚下概念 什么是编码 什么是解码?
在什么情况下使用解码 和编码 ?
在网上找了下都没有详细的解释
好比现在我做的一个页面出现乱码了?这个是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都用了无效
编码跟解码是对应的