sublime怎么運行html文件?
在桌面新建一個
index.html
的文件使用sublime text3打開文件
寫入代碼
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<a >aaa</a>
</body>
</html>
右鍵open in Browser 在瀏覽器中打開
sublime怎么運行html文件?
在桌面新建一個
index.html
的文件使用sublime text3打開文件
寫入代碼
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<a >aaa</a>
</body>
</html>
右鍵open in Browser 在瀏覽器中打開