标签: google-apps-script google-docs google-docs-api
使用google docs viewer禁用open into new tab选项
答案 0 :(得分:0)
该小部件不受脚本控制。
答案 1 :(得分:0)
您需要在iframe中添加sandbox =“ allow-scripts allow-same-origin allow-top-navigation”,然后该按钮将不起作用。