金涛7389580
2020-07-23 17:03
按着给的代买输入,网页被打开了,并没有按着提示所说的“看不到被打开的网页”
http+s
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>close()</title>
<script type="text/javascript">
var mywin=window.open("http://www.imooc.com");
mywin.close();
</script>
</head>
<body>
</body>
</html>
把mywin.close中的mywin部分用<>括起来就可以了
加了s,并有关闭网页
JavaScript入门篇
739817 学习 · 9566 问题
相似问题