我会大胆猜测您是
.txt在记事本中打开文件,而Just不会显示换行符
n。
您是否尝试过使用系统特定的换行符组合?
log.append(System.getProperty("line.separator") + Long.toString(fileTransferTime));
我会大胆猜测您是
.txt在记事本中打开文件,而Just不会显示换行符
n。
您是否尝试过使用系统特定的换行符组合?
log.append(System.getProperty("line.separator") + Long.toString(fileTransferTime));