我正在做这样的事情
PrintStream actualStdout = new PrintStream(new FileOutputStream(FileDescriptor.out))
然后我的所有日志记录都像
actualStdout.println(message)
(不要问为什么)
当我尝试使用斜杠打印字符串时,我在IDE中发现了一个问题,例如网址。
http://somehostcom/somepath 出来了 HTTP:/somehost.com/omepath