我明白了:utf8是微软的东西,gb2312汉字标准编码,对不?

解决方案 »

  1.   

    utf8->gb2312
    阁下:
    我在自己的ie高级选项中,把utf8去掉,已经没问题了.但是,怎么在语句上实现呢?
      

  2.   

    ============
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    </head>
    =============
    or
    if yuo use codebehind model,
    to change your codeing model in "web.config" or in "global.***" i can't remember;
    anyway, find the "UTF8" and change it to "gb2312"
      

  3.   

    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    可是这条语句在每个页面中已添加了呀,仍然不行
      

  4.   

    你把IE的工具->Internet选项->高级->总是以UTF-8发送URL前面的小钩去掉就行了。