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

为什么我不论输入什么网址,打开的页面都是“无法访问此页面(网址变为http://localhost:8383)”?

第一次提问,代码复制不过来,如图

https://img1.sycdn.imooc.com//5b7195ed0001b4b307350599.jpg

https://img1.sycdn.imooc.com//5b7195ef0001c29405580786.jpg


正在回答

2 回答

<!DOCTYPE HTML>

<html>

<head>

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

<title>window.open</title>

<script type="text/javascript">

function Wopen(){

    var open;

     open = prompt(请输入网址:,http://);

    if (open==null){

        document.write("请输入网址!");

    }

    else {

 

    window.open(open,'width=600,height=400,top=100,left=0');  


  

    }}

</script>

</head>

<body>

    <input name="button" type="button" onClick="Wopen()" value="点击我,打开你想要的网址!" />

</body>

</html>


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

应该是把window.open里面的’lu‘的引号去掉试试

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

慕娘4663474 提问者

emmm,去掉之后再点击按钮,就没有反应了。
2018-08-14 回复 有任何疑惑可以回复我~
#2

MrLinKing 回复 慕娘4663474 提问者

prompt里面的lu加引号,window.open里面的不加
2018-08-14 回复 有任何疑惑可以回复我~
#3

MrLinKing 回复 慕娘4663474 提问者

或者两个都不加
2018-08-14 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么我不论输入什么网址,打开的页面都是“无法访问此页面(网址变为http://localhost:8383)”?

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