导入css
<link rel="stylesheet" href="css路径" type="text/css">
导入js,jquery也是此法
<script src="js路径"></script>