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
posted @ 2015-01-23 11:44