创建项目


index.js
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0,user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>bootstrap项目实战</title>
<link rel="stylesheet" href="../bootstrap/css/bootstrap.min.css">
</head>
<body>
<h1>你好!</h1>
<script src="http://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="../bootstrap/js/bootstrap.min.js"></script>
</body>
</html>

博客主要讲述了创建项目相关内容,特别提及了 index.js。在信息技术领域,创建项目是常见操作,index.js 通常在项目中承担重要功能。
5696

被折叠的 条评论
为什么被折叠?



