微信小程序webview存在缓存问题,项目更新后,webview内还是老项目 // 给网址后添加时间戳,可以防止html页面的缓存const time = new Date();const url = `test.xxx.zhifuzi.com?t=${time}`