目录结构
images
style.css
.......
js
jquery.min.js
index.js
node_modules
socket.io
index.html
server.js
我在index.html 里写的
<script src="js/jquery.min.js" type="text/javascript"></script>
<script src="js/index.js" type="text/javascript"></script>
<link href="images/style.css" rel="stylesheet" type="text/css" />
都无效,请问是server.js里还需要怎么配置下吗?