我正在为Firefox扩展Web扩展,并且我想做与此相同的事情:https://stackoverflow.com/a/32616807/10452863,这意味着使用Google API搜索随机图像。
如何在.js文件中导入Google API?
答案 0 :(得分:0)
如果您想试用任何npm软件包,我建议 googleapis 。您可以将所有Google API与该node.js客户端库一起使用。
To import use ``` const { google } = require("googleapis")```