<script>
function sayScript() {
console.log("</script>");
}
</script>
<script>
function sayScript() {
console.log("<\/script>");
}
</script>
<script src="example.js"></script>
<!DOCTYPE html>
<html>
<head>
<title>Example HTML Page</title>
<script src="example1.js"></script>
<script src="example2.js"></script>
</head>
<body>
<!-- 这里是页面内容 -->
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Example HTML Page</title>
</head>
<body>
<!-- 这里是页面内容 -->
<script src="example1.js"></script>
<script src="example2.js"></script>
</body>
</html>
<script defer src="example1.js"></script>
<script async src="example1.js"></script>
<script async src="example2.js"></script>
let script = document.createElement('script');
script.src = 'gibberish.js';
document.head.appendChild(script);
let script = document.createElement('script');
script.src = 'gibberish.js';
script.async = false;
document.head.appendChild(script);
<link rel="preload" href="gibberish.js">
此页面不支持夜间模式!
已进入夜间模式!
已进入普通模式!
搜索框不允许为空
签到成功!经验+5!芋圆币+2!
签到失败!今日已签到!
需要登录社区账号才可以进入!