mapv02.html 发送正确,但是找不到mapv01.html 中的'.js'!
//路由/restapi.js
res.sendFile(path.join(__dirname, '../public', 'mapv02.html'));
Run Code Online (Sandbox Code Playgroud)
//public/mapv02.html
<script type="text/javascript" src="js/jquery-2.1.4.js"></script>
Run Code Online (Sandbox Code Playgroud)