设为首页 - 加入收藏 ASP站长网(Aspzz.Cn)- 科技、建站、经验、云计算、5G、大数据,站长网!
热搜: 创业者 手机 数据
当前位置: 首页 > 站长学院 > PHP教程 > 正文

微信跳一跳php代码实现(2)

发布时间:2021-04-01 13:10 所属栏目:121 来源:网络整理
导读:if($time400){ $time+=($param[$point["direction"]]/300); } $time = round($time,0); echo "direction:".$point["direction"]; echo "\nx.a:".$point["x"]["a"]; echo "\nx.b:".$point["x"]["b"]; echo "\ntime:"

if($time<400){
$time+=($param[$point["direction"]]/300);
}
$time = round($time,0);
echo "direction:".$point["direction"];
echo "\nx.a:".$point["x"]["a"];
echo "\nx.b:".$point["x"]["b"];
echo "\ntime:".$time."\n";
$touchShell = "cd D:\&;adb shell input swipe 50 250 250 250 ".$time;
exec($touchShell);
imagedestroy($i);
jump();
}

jump();

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持编程之家。

(编辑:ASP站长网)

网友评论
推荐文章
    热点阅读