Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/heroku/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
gwt无需将gwt-module.html转换为jsp即可访问变量的其他方法_Gwt - Fatal编程技术网

gwt无需将gwt-module.html转换为jsp即可访问变量的其他方法

gwt无需将gwt-module.html转换为jsp即可访问变量的其他方法,gwt,Gwt,gwt无需将gwt-module.html转换为jsp即可访问变量的其他方法 我必须将数据从一个域abc.com发送到另一个域xyz.com,其中xyz.com是gwt模块。 1.我不想将我的gwt-module.html转换为jsp。 2.我不想将变量添加为查询参数。 有什么方法可以做到这一点吗?为什么不尝试使用post消息在跨域之间进行通信 请通过以下链接查看示例代码片段: 感谢您的快速响应!!我会试试看

gwt无需将gwt-module.html转换为jsp即可访问变量的其他方法

我必须将数据从一个域abc.com发送到另一个域xyz.com,其中xyz.com是gwt模块。

1.我不想将我的gwt-module.html转换为jsp。
2.我不想将变量添加为查询参数。


有什么方法可以做到这一点吗?

为什么不尝试使用post消息在跨域之间进行通信
请通过以下链接查看示例代码片段:

感谢您的快速响应!!我会试试看