Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/gwt/3.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中解析随机uri的查询参数_Gwt - Fatal编程技术网

在GWT中解析随机uri的查询参数

在GWT中解析随机uri的查询参数,gwt,Gwt,我找不到关于如何解析随机uri以访问GWT中的查询参数的参考。我知道Winodw.Location允许解析当前窗口url,但我想解析另一个独立url(Document.get().getReferer()) 非常感谢您对如何进行的任何建议 谢谢。如果您可以获得URI的组件,请使用com.google.gwt.http.client.UrlBuilder 否则,请使用本Stackoverflow帖子中描述的“丑陋”方法:

我找不到关于如何解析随机uri以访问GWT中的查询参数的参考。我知道
Winodw.Location
允许解析当前窗口url,但我想解析另一个独立url(
Document.get().getReferer()

非常感谢您对如何进行的任何建议


谢谢。

如果您可以获得URI的组件,请使用
com.google.gwt.http.client.UrlBuilder

否则,请使用本Stackoverflow帖子中描述的“丑陋”方法: