Android開發筆記: Ping - blogger

文章推薦指數: 80 %
投票人數:10人

2014年3月10日星期一 Ping Ping指令使用方法如下: //-c:thetimesforexecuteping. //-w:timeouttowaitforpingresponse Processp=Runtime.getRuntime().exec("ping-c1-w10www.google.com"); //send1packetto"www.google.com",waitingforresponsein10seconds. if(p.waitFor()==0){//blocking //pin



請為這篇文章評分?