本文介绍了错误#2130无法刷新sharedObject的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我无法刷新我的项目中的共享对象。我能做些什么?解决方案
确保网址有效。我在URL中遇到了同样的问题( //
):
http://localhost/myProject//MyProject.html?debug = true
I cant flush the shared object in my project. What can I do for that problem?
解决方案
Make sure that the URL is valid. I had the same problem with a double slash (//
) in the URL:
http://localhost/myProject//MyProject.html?debug=true
这篇关于错误#2130无法刷新sharedObject的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!