JavaScript的基本使用——页面弹窗标签——#遇见狂神说#
进入idea—File—project(建设新空挡)—Directory从而进行“内部标签”
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<script>
alert('hellow,world');//标签
</script>
</head>
<body>
</body>
</html>
“外部标签”
在建设一个文件夹XX
alert('文件XX');//同理