Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このようにURLからパラメータを割り当ててフェッチする方法
simple.com?userId=123456
Window.Location.replace(url)パラメータを割り当ててみました
Window.Location.replace(url)
したがって、userIdをフェッチするために何を使用できますか
やってみました ??
com.google.gwt.user.client.Window.Location.getParameter("userId");//fetch parameter com.google.gwt.user.client.Window.Location.assign(newURL); //assign new url
場所にURLを割り当てる前に、でURLを作成しますquery parameters
query parameters