检查有多少共享对象空间可用
我想知道是否有一种方法可以检查用户本地硬盘驱动器上共享对象的当前大小限制。
I'm wondering if there's a way to check the current size-limit on the users local hard-drive for sharedObject.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 size 属性共享对象。
据我所知,它显示了特定 SharedObject 的大小,而不是全部,我认为
将显示“设置”选项。 我认为 100K 是默认大小,如果需要更多空间,系统会提示用户。
文档中还有一个非常方便的示例:
“
”
You can use the size property of the SharedObject.
As far as I know it shows size of a specific SharedObject, not all of them, as I presume
the Settings option displays. I think 100K is the default size and the user is prompted in case more space is needed.
There is a pretty handy example in the documentation as well:
"
"