Vista gadget/javascript 传递变量问题

发布于 2024-07-23 03:55:49 字数 289 浏览 8 评论 0原文

我一直在努力解决这个问题,但找不到任何关于这个看似非常简单的想法的教程。

我已使用以下命令写入 settings.html 文件中的设置:

System.Gadget.Settings.writeString("Date1", month + "-" + day + "-" + year);

这似乎有效。 它在设置中正确显示。

现在,在主文件 gadget.html 中,我想提取数据并显示它(而不是在输入标记中)。 执行此操作的完整代码是什么?

I've been struggling with this and can't find a single tutorial on what seems to be a very simple idea.

I've written to the settings in the settings.html file using:

System.Gadget.Settings.writeString("Date1", month + "-" + day + "-" + year);

And that seems to have worked. It displays properly in the settings.

Now, in the main file, gadget.html, I want to pull the data out and display it (not in an input tag). What is the complete code to do this?

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

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

发布评论

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

评论(1

野味少女 2024-07-30 03:55:49

将其写入xml文件并使用ajax读取它。
或者,将其写入 .js 文件并使用 构造导入。

Write it to an xml file and use ajax to read it.
Alternatively, write it to a .js file and import it with a <script src=...></script> construct.

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