<!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 的文件 相对位置写错了吗??
                            
                                    Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
你把node_modules文件夹配置在static下了么
(bootstrap和jquery是前端框架,最好不要放在node_mudules目录下),还有../表示上一级目录,你把你的项目的目录结构截个图发来看一看,否则的话大家也不好给你纠错呀^_^