tinify.key = ''; // 這里需要用到tinify官網(wǎng)的KEY,要用自己的哦,下面有獲取key的教程。 //跨域 app.use(cors({ origin: function (ctx) { return ctx.header.origin; }, exposeHeaders: ['WWW-Authenticate', 'Server-Authorization'], maxAge: 5, credentials: true, withCredentials: true, allowMethod...
www.dbjr.com.cn/article/1727...htm 2025-5-29