本文介绍了错误 #2130 无法刷新 sharedObject的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我无法刷新项目中的共享对象.我可以为这个问题做些什么?
I cant flush the shared object in my project. What can I do for that problem?
推荐答案
确保 URL 有效.我在 URL 中遇到了与双斜杠 (//
) 相同的问题:
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的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!