什么是ThisBit在下面的一行代码吗?
ThisBit
String Plaintext = sc.nextLine(), ThisBit = "";
如果String调用了Plaintext,为什么ThisBit最后需要?
String
Plaintext
java
java ×1