关于省市二级联动乱码的有关问题!
程序员文章站
2024-04-04 16:37:41
...
关于省市二级联动乱码的问题!急!!!在线等
利用php+mysql+jquery完成类似省市二级联动的问题 ,就是学院下有不同的班级,功能已完成就是选择学院后再选班级是乱码的,改了很多得编码类型,单独测试班级的页面是正常的,请问这是什么出了问题??
这是班级的页面!!!
------解决方案--------------------
“下再次重启还是原来的代码就正常了”,浏览器缓存
你需要在php输出取出缓存的头
------解决方案--------------------
尽量保持,文件本身编码,数据库,页面输出内容编码,一致。出现乱码的问题就不大了
------解决方案--------------------
函数:20.function changelocation(locationid)
21.{
22.document.myform.ctype.length = 0;
23.var locationidlocationid=locationid;
24.var i;
25.for (i=0;i 26.{
27.if (subcat[i][2] == locationid)
28.{
29.//var newnewOption1=new Option(subcat[i]
[1], subcat[i][0]);
30.//document.all.ctype.add(newOption1);
31.document.myform.ctype.options[document.
myform.ctype.length] = new Option(subcat
[i][1], subcat[i][0]);
32.}
33.}
34.}
具体请参考:http://www.phpnewer.com/index.php/Ymgx/detail/id/30
利用php+mysql+jquery完成类似省市二级联动的问题 ,就是学院下有不同的班级,功能已完成就是选择学院后再选班级是乱码的,改了很多得编码类型,单独测试班级的页面是正常的,请问这是什么出了问题??
- PHP code
这是班级的页面!!!
------解决方案--------------------
“下再次重启还是原来的代码就正常了”,浏览器缓存
你需要在php输出取出缓存的头
------解决方案--------------------
尽量保持,文件本身编码,数据库,页面输出内容编码,一致。出现乱码的问题就不大了
------解决方案--------------------
函数:20.function changelocation(locationid)
21.{
22.document.myform.ctype.length = 0;
23.var locationidlocationid=locationid;
24.var i;
25.for (i=0;i 26.{
27.if (subcat[i][2] == locationid)
28.{
29.//var newnewOption1=new Option(subcat[i]
[1], subcat[i][0]);
30.//document.all.ctype.add(newOption1);
31.document.myform.ctype.options[document.
myform.ctype.length] = new Option(subcat
[i][1], subcat[i][0]);
32.}
33.}
34.}
具体请参考:http://www.phpnewer.com/index.php/Ymgx/detail/id/30
相关文章
相关视频