01 2015 档案

ios统计流量代码
摘要:#include #include #include1.3G/GPRS流量统计int getGprs3GFlowIOBytes(){ struct ifaddrs *ifa_list = 0, *ifa; if (getifaddrs(&ifa_list) == -1) { return... 阅读全文

posted @ 2015-01-23 11:44 IOS开发者 阅读(1102) 评论(0) 推荐(0)