Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
28 lines (19 loc) · 633 Bytes

File metadata and controls

28 lines (19 loc) · 633 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>引入外部js 文件</title>
<script type="text/javascript" src="js/01.js"></script>
<!--
现在使用script 引入外部的js 文件来执行
src 属性专门用来引入js文件路径(可以相对路径也可以绝对路径)
script 标签 可以用来定义js代码,也可以用来引入js 文件。
但是两个功能只能够二选一来使用,不能够同时使用这个功能
-->
<script type="text/javascript">
alert(" 方晨好帅哈!")
</script>
</head>
<body>
</body>
</html>
Morty Proxy This is a proxified and sanitized view of the page, visit original site.