tencent-wx-app 微信小程序 DefinitelyTyped. 请移步 @types/weixin-app Install npm i tencent-wx-app --save-dev How to Use add this module in your tsconfig.json { "compilerOptions": { "types": [ "tencent-wx-app" ] } } use wx freely getCurrentPages().forEach((page)=>{ page.setData([]); });