我只是想知道是否可以在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?