gpt4 book ai didi

java - GWT 在外部函数接口(interface)中返回 null

转载 作者:行者123 更新时间:2023-11-30 23:44:43 25 4
gpt4 key购买 nike

我有一个div

<div id="aDiv"></div>

当我尝试

 Window.alert(RootPanel.get("aDiv").toString());

但是,就在上述语句之后,当我

alert(document.getElementById("aDiv"));

它返回一个空值。

有人可以解释一下这些差异吗?

最佳答案

GWT 的 javascript 代码加载到 iframe 中,因此 document 并不指向实际的根文档。要在 GWT 的 native 方法中访问根页面,您应该使用 $doc 而不是 document$wnd 窗口

关于java - GWT 在外部函数接口(interface)中返回 null,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3419131/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com