最新回答 / whitemu
之前有人回答过,从https://github.com/Yfling/shoppingCart/tree/master/unit下载,但是需要注册github帐号,登录后点击fork就可以了。
2017-09-19
最新回答 / 吃瓜骚年
分析:浏览器为了安全性考虑,默认对跨域访问禁止。解决:给浏览器传入启动参数(allow-file-access-from-files),允许跨域访问。给谷歌浏览器的快捷方式添加 --allow-file-access-from-files "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --allow-file-access-from-files
2017-09-16