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.
有没有办法获取 Opensocial 容器的“父 url”?
Google 协作平台通过 Opensocial 容器嵌入小工具,我想获取父级的 URL 以生成消息。
这可能吗?
当然有。
gadgets.util.getUrlParameters()["parent"]或者 gadgets.util.getUrlParameters().parent
gadgets.util.getUrlParameters()["parent"]
gadgets.util.getUrlParameters().parent
应该给你父网址。