为了账号安全,请及时绑定邮箱和手机立即绑定

为什么我的码打开imooc是乱码?

<!DOCTYPE html>

<html>

 <head>

  <title> new document </title>  

  <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"/>   

  <script type="text/javascript">  

    function openWindow(){

    // 新窗口打开时弹出确认框,是否打开

var confir=confirm("?");

if(confir==true){

    var webadd=prompt("?","http://www.imooc.com/");

    window.open(webadd,"_blank","width=400,height=500,toolbar=no,menubar=no");

}

  


    //打开的窗口要求,宽400像素,高500像素,无菜单栏、无工具栏。

    }

  </script> 

 </head> 

 <body> 

 <input type="button" value="新窗口打开网站" onclick="openWindow()" /> 

 </body>

</html>


其他部分都没有问题 但是打开http://www.imooc.com/是乱码

正在回答

2 回答

乱码是编码不同导致的,你把第五行的"UTF-8"改为"gbk",gbk才是java的默认编码

0 回复 有任何疑惑可以回复我~
#1

Randysolo 提问者

非常感谢!
2018-07-18 回复 有任何疑惑可以回复我~

换个浏览器试试?我用的谷歌浏览器,没有乱码现象

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么我的码打开imooc是乱码?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信