We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
小白一枚 手头上有个任务,给公司内网设计一个导航页。看了你的这个前端设计很简洁清爽。 然后我把源码拷贝下来,对data.min.json文件的链接做了修改,然后对于index.html也做了修改。然后发现每晚11.13分我考到本地的部分文件会进行更新。。。然后网页便打不开了。。。 请问能否帮忙,或者说我还需要学习哪些知识?
The text was updated successfully, but these errors were encountered:
@cherryxyz
上面两个问题,我也不知道你 每晚 11.13 分 更新了什么?
每晚 11.13 分
网页便打不开?你的服务还在?
学习那些知识?我也不知道如何下口。
Sorry, something went wrong.
前面的问题是我自己的问题,现在解决了。想再问两个: 1.把json文件压缩成.min.json,是因为读取更快么? 2.我把网站放入iis中,用IP访问,发现谷歌正常打开,所以不存在是IIS配置的问题,但是IE浏览器打不开(体现在data.json加载不出来),控制台调试的时候发现, 报错,调用无效的对象 if(arr&&arr.length&&toString.call(arr).indexOf('Array')>-1){ 我在想是不是IE浏览器不支持tostring.call方法。
@cherryxyz IE 兼容问题
No branches or pull requests
小白一枚
手头上有个任务,给公司内网设计一个导航页。看了你的这个前端设计很简洁清爽。
然后我把源码拷贝下来,对data.min.json文件的链接做了修改,然后对于index.html也做了修改。然后发现每晚11.13分我考到本地的部分文件会进行更新。。。然后网页便打不开了。。。
请问能否帮忙,或者说我还需要学习哪些知识?
The text was updated successfully, but these errors were encountered: