2006年8月10日

url传递中文的解决方案总结 选择自 cyp403 的 Blog

摘要: 1.设置web.config文件。(我不喜欢设置成这样) <system.web> ...... <globalization requestEncoding="gb2312" responseEncoding="gb2312" culture="zh-CN" fileEncoding="gb2312" /> ...... </system.web>或者:aspx文件中:<meta http-equiv="Content-Type" content=&q 阅读全文

posted @ 2006-08-10 21:48 白亚伟 阅读(236) 评论(0) 推荐(0) 编辑

导航