本来想用python来写,一看python的代码不就是直接调用adb.exe执行命令吧。直接php不香吗。模拟屏幕滑动命令
// 执行adb命令
$command = 'adb shell input swipe 548 1088 105 871';
exec($command, $out_put, $res_code);
本来想用python来写,一看python的代码不就是直接调用adb.exe执行命令吧。直接php不香吗。模拟屏幕滑动命令
// 执行adb命令
$command = 'adb shell input swipe 548 1088 105 871';
exec($command, $out_put, $res_code);