HTML中引入外部CSS和JS

<!DOCTYPE html>
<html>
<head>
<title></title>
<!-- jquery库 -->
<script src="./js/jquery-2.1.0.js"></script>

<!-- 样式文本 -->
<link rel="styleSheet" href="./res/css.css" type="text/css">

</head>
<body>
</body>
<script type="text/javascript">

<script>
<html>

  

  

猜你喜欢

转载自www.cnblogs.com/5588kjx/p/9258486.html