<!DOCTYPE HTML>
<html>
<head>
<title><%= title %></title>
<link href="../node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" >
<script src="../node_modules/jquery/dist/jquery.min.js" type="text/javascript"></script>
<script src="../node_modules/bootstrap/dist/js/bootstrap.min.js" type="text/javascript"></script>
</head>
<body>
我想引用node__modules 的文件 相对位置写错了吗??
你把node_modules文件夹配置在static下了么