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.print = "" 之后如何使用 javascript 打印?
我只希望 window.print() 可以在 Google Script 中工作
您可以从window的构造函数中获取它:
window
window.constructor.prototype.print.call(window);