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

为什么123中的字符都显示不出来?

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>引用JS文件</title>
<script src="script.js">
<script type="text/javescript">
console.log("qiguai");             //1
</script>


</script>
<script type="text/javescript">
console.log("qiguai");            //2
</script>

</head>
<body>
<script type="text/javescript">
console.log("qiguai");           //3
</script>
</body>
</html>

123中的字符都显示不出来,运行结果只会有“引用JS文件”

脚本文件中直接写console.log("qiguai");也显示不出来,不知道是为什么

正在回答

1 回答

你知不知道console.log()这个函数是什么意思吗?console是控制台,输出的信息当然要到浏览器的控制台看了。(chrome按F12调出控制台调试页面)

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

叶上秋风 提问者

非常感谢!
2016-11-15 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么123中的字符都显示不出来?

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