PC上的页面用手机在百度里打开会出现一个转码,只能打开左上角的“原页面”才能查看漂亮的页面。现在不想让他转,我按照百度转码声明(http://m.baidu.com/pub/help.php?pn=20&ssid=0&from=844b&bd_page_type=1&uid=wiaui_1324203155_4262&pu=sz%40128_160),写了几种情况都不行。
这样写不行:
<%Response.AddHeader("Cache-Control", "no-transform"); %>
<%Response.AddHeader("Content-Type", "vnd.wap.xhtml+xml"); %>
这样也不行:
<meta http-equiv="Cache-Control" content="no-transform" />