我只是想知道是否可以在 Windows 7 机器上使用来自 webroot 外部的 css/js 文件。如果我现在尝试,Chrome 控制台会显示不允许加载本地资源。有没有办法解决这个问题?
如果我有以下文件结构:
C:
xampp
htdocs (webroot)
myproject
index.php
otherFolder
css
style.css
js
main.js
有没有办法让 index.php 使用 style.css 和 main.js?