如何获取Google表格宏网络应用页面的网址?

时间:2019-04-05 14:34:28

标签: iframe google-apps-script web-applications

我有一个HTML页面,其中javascript作为Google表格内的网络应用托管。

我在地址栏中看到的Web应用程序宏页面URL与在javascript中看到的URL不同。

  $(document).ready(function () { 
 alert(window.location.href);
 });

警报给了我这样的URL: script.googleusercontent.com/userCodeAppPanel

在浏览器地址栏中,我有这样的URL:

https://script.google.com/.../macros/fjfkdfgdkfgd

有什么方法可以从浏览器地址var获取实际网址并将其保存在javascript变量中,该变量是作为网络应用托管在Google工作表的HTML页面中的吗?

0 个答案:

没有答案