本帖最后由 liyuan66 于 2012-12-24 09:15:37 编辑

解决方案 »

  1.   

    <html>  <head>
      <meta http-equiv="pragma" content="no-cache">
      <meta http-equiv="cache-control" content="no-cache">
      <meta http-equiv="expires" content="0">
      <meta http-equiv="Content-Type" content="text/html; charset=gbk">
      <title>测试</title>
      </head>
    <body onload ="setTitle();"><body>
    <script language="javascript">
    function setTitle(){ 
     window.document.title ="changetile";

    </script>
    </html>
    现在浏览器是ie9,只能改变标题...