html引用外部js和css

css:

<link rel="stylesheet" type="text/css" href="xx.css" />

js:

<script type="text/javascript" src="xx.js"></script>

原文地址:https://www.cnblogs.com/sweetXiaoma/p/5886772.html