我的光环-已安装的游戏(完成部分,暂时搁置,需求未定)

This commit is contained in:
kehaoyuan
2018-05-24 18:15:59 +08:00
parent 3990515dc5
commit ffbbd44beb
8 changed files with 500 additions and 60 deletions

View File

@ -80,7 +80,7 @@ public class DeviceUtils {
InputStreamReader ir = new InputStreamReader(pp.getInputStream());
LineNumberReader input = new LineNumberReader(ir);
for (; null != str; ) {
while (null != str) {
str = input.readLine();
if (str != null) {
macSerial = str.trim();// 去空格