触摸屏Touchscreen.tap版本:22.5.0在本页Touchscreen.tap() 方法 分派 touchstart 和 touchend 事件。 签名: class Touchscreen { tap(x: number, y: number): Promise<void>;} 参数 参数类型描述x数字点击的水平位置。y数字点击的垂直位置。 返回值 Promise<void>