我正在将“强食”改为“ by”,然后又利用<条形码>(条码>)和“强食”法将“ by”。
String message = "Hello World";
byte[] message1 = message.getbytes();
using PipedInput/OutputStream I send this to another thread, where,
byte[] getit = new byte[1000];
pipedinputstream.read(getit);
print(new String(getit));
上一次印刷结果为1,000份。 我想要的是实际的长篇。 如何做到这一点?