一、uni.onUserCaptureScreen(CALLBACK) 监听用户主动截屏事件,用户使用系统截屏按键截屏时触发此事件。 平台差异说明 注:App没有内置截屏相关功能,可以在插件市场搜索相关插件,详见(opens new window) CALLBACK返回参数: 无 代码示例 uni.onUserCaptureScreen(function() { console.log('用户截屏了') }); 二、uni...