我用的google的搜索代码她出现乱码了
解决啊!!!
帮忙啊

解决方案 »

  1.   

    试试:<form method="get" name="google" action="http://www.google.com/search">
        使用 Google 搜尋本站文章:<br />
        <!-- Search Google -->
        <input type="text" name="q" size="15" maxlength="255" value="">
        <input type="submit" name="btnG" value="搜尋">
        <input type="hidden" name="domains" value="http://blog.csdn.net/insus">
        <input type="hidden" name="sitesearch" value="http://blog.csdn.net/insus">
        <input type="hidden" name="ie" value="UTF-8">
        <input type="hidden" name="oe" value="UTF-8">
        <input type="hidden" name="hl" value="zh-cn">
        <!-- Search Google -->
        </form>
      

  2.   

    webconfig 中添加  <globalization   requestEncoding="GB2312"   responseEncoding="GB2312"   />
     就好了