关于noscript问题
老师请问这段代码中,浏览器既然已经禁止了script脚本,为什么还会执行script中的脚本?代码如下:
<!DOCTYPE html>
<html>
<head>
<title>meta</title>
<meta name="author" content="Adam Freeman">
<meta charset="utf-8">
<!-- <meta http-equiv="refresh" content="5;http://www.apress.com"/> -->
<!-- <style media="screen AND ((max-width:1000px) NOT (min-width:500px))" type="text/css" >
a{
background-color: grey;
color: white;
padding:0.5em;
}
</style> -->
<!-- <style type="text/css" media="screen AND (min-width:500px)">
a{
color:red;
font-style: italic;
}
</style> -->
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="shortcut icon" href="favicon.png" type="image/x-icon">
<!-- <link rel="prefetch" href="http://apress.com"> -->
<script async type="text/javascript" src="simple.js"></script>
<noscript>
<h1>JavaScript is required!</h1>
<p>You cannot use this page without JavaScript.</p>
</noscript>
</head>
<body>
<p>I like <code id="applecode">apples</code> and oranges.
<a href="http://w3c.org">Visit the W3C website.</a>
<a href="http://apress.com">Visit the apress.com</a>
</body>
</html>
正在回答 回答被采纳积分+1
- 参与学习 人
- 提交作业 11218 份
- 解答问题 36713 个
从一个不会编程的小白到一个老司机是需要过程的,首先得入门,学习基础知识,然后才能进阶,最后再到精通,本专题是你走进前端世界的不二选择!
了解课程
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星