HTML5 - 数据库存储 - 我可以从多个网站访问它吗?

发布于 2024-10-26 03:57:08 字数 113 浏览 2 评论 0原文

我想知道我是否将一些信息存储在html5数据库存储引擎中并将其称为dbtest,然后如果我有另一个具有不同域的网站,该网站也可以访问数据(假设相同的PC和浏览器)

谢谢

Jason

I'm wondering if I store some information in the html5 database storage engine and call it say dbtest, and then if I have another website with a different domain, can that website also access the data (presuming the same PC and browser)

Thanks

Jason

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

写下不归期 2024-11-02 03:57:09

不,抱歉。您可以跨子域(例如 foo.domain1.com 和 bar.domain1.com)访问数据库,但不能从不同的域(TLD)访问数据库。

No, sorry. You can access the database cross sub-domain (e.g. foo.domain1.com and bar.domain1.com), but not from different domains (TLDs).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文