摘要:
public static String[] getCpuInfo() { String str1 = "/proc/cpuinfo"; String str2=""; String[] cpuInfo={"",""}; String[] arrayOfString; try { FileReader fr = new FileReader(str1); BufferedReader localBufferedReader = new ... 阅读全文
posted @ 2012-05-15 13:52
quding0308
阅读(841)
评论(0)
推荐(0)