我將最新的Dojo和Dijit下載到我的本地Windows 10計算機上。Dojo themePreviewer卡住「正在加載...」
我的磁盤結構是:
C:\webapps
c:\webapps\dojo
c:\webapps\demo
c:\webapps\dijit
我點擊這個文件,Chrome瀏覽器來加載: C:\的webapps \演示\ themePreviewer \ demo.html
它顯示了以下,並且一直持續着「Loading ...」消息。
在內部,我看到以下引用CSS文件:
<link rel="stylesheet" href="../../dijit/themes/claro/document.css"/>
<link rel="stylesheet" href="../../dijit/themes/claro/claro.css"/>
我可以看到我的那些磁盤上,在這裏:
c:\webapps\dijit\themes\claro\document.css
c:\webapps\dijit\themes\claro\claro.css
好像它發現一個問題文件?但是,Chrome調試不會告訴我這一點嗎?我也嘗試複製的dijit目錄:
C:\的webapps \演示\ dijit的
後來我注意到,在方案一分的href: HREF:」 ../../的dijit /測試/ ?佈局/ getResponse.php延遲= 3000 & messId = 3'
,我改爲: HREF: 'http://demos.dojotoolkit.org/dijit/tests/layout/getResponse.php?delay=3000&messId=3'
這可能是問題。我曾經遇到過這麼多次。通常情況下,Chrome的控制檯也會出現此警告。最好通過服務器加載它。我爲此使用了[XAMPP Server](https://www.apachefriends.org/download.html)。 – Himanshu
肯定的是,任何服務器都可以完成這項工作:)請讓我知道你是如何解決你的問題的。 – GibboK
PS:如果您發現我的回答有用,請不要忘記註冊/接受它。感謝它:)。 – GibboK