我有一个 XBL 方法:
<method name="getValue">
<body>
<![CDATA[
return "TEST"
]]>
</body>
</method>
并且,在一个新打开的窗口中,我调用:
print(window.opener.getChannel()); // this prints the value
但它说
window.opener.getChannel 不是函数
为什么?