uni.onUserCaptureScreen(CALLBACK)uni.onUserCaptureScreen(CALLBACK)监听用户主动截屏事件,用户使用系统截屏按键截屏时触发此事件。 平台差异说明 CALLBACK返回参数: 无 代码示例 uni.onUserCaptureScreen(function() { console.log('用户截屏了')}); 在 GitHub 上编辑此页面!