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.
我想在新的浏览器窗口中打开一个地方。我想我可以用 Window.open 和“_blank”打开 URL。如果是这样,我如何从我创建的地方获取可以使用的 URL?我不想打开当前位置,而是创建 Place 对象,并使用它来确定 URL。我没有看到从 Place 到可用 URL 的映射。我想我需要使用其他方法来构建 URL。
只需使用您的PlaceHistoryMapper, 以及Window.Location, 来构建最终 URL。
PlaceHistoryMapper
Window.Location