Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Android 上,我们有 adb 命令来发送触摸adb shell input tap x y 事件,通过 adb 将触摸事件发送到设备。
adb shell input tap x y
我们如何为 iOS 做同样的事情?