将 public 目录下的css等文件,作为静态志愿
引用时,路径就写了 <link rel='stylesheet' href='/stylesheets/bootstrap.min.css' />
这样写,webstorm会提示 cannot resolve file path 写class时就不能提示 bootstrap.min.css里的类了,是我哪里设置错了吗?
还是有其他解决方法?
另外,很奇怪地,express.Router get方法有提示,Post方法没提示. 但是get方法提示的也是有Multiple Implementation,感觉好奇怪