Kitchensink 示例在我的 Chrome 浏览器 http://cdn.sencha.io/touch/sencha-touch-2.1.0/examples/kitchensink/index.html#demo/jsonp中运行良好
但是当我下载它的代码并在本地服务器上运行时,它仍然处于数据加载状态。
Kitchensink 示例在我的 Chrome 浏览器 http://cdn.sencha.io/touch/sencha-touch-2.1.0/examples/kitchensink/index.html#demo/jsonp中运行良好
但是当我下载它的代码并在本地服务器上运行时,它仍然处于数据加载状态。
这是因为您在javascript中遇到的跨域错误...
Go to your chrome shortcut -> right click -> properties -> shortcut
更改目标字段:
"C:\Users\boris.d\AppData\Local\Google\Chrome\Application\chrome.exe"
到
"C:\Users\boris.d\AppData\Local\Google\Chrome\Application\chrome.exe --allow-file-access-from-files"
它会为你工作:-)
在您的 chrome 浏览器中添加 JSONView 作为扩展名并刷新您的页面。它将起作用。
使用以下链接添加: https ://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc/related?hl=en