测试:
static void Main(string[] args)
{
string adbPath = ""; // adb.exe路径
PlayJumpJump testPlay = new PlayJumpJump(adbPath);
if (testPlay.GetDevices())
{
while (true)
{
testPlay.Jump2Happy();
Thread.Sleep(1200);
}
}
testPlay.DisposeProcess();
Console.ReadKey();
}
}
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持ASPKU。
注:相关教程知识阅读请移步到c#教程频道。










