wizhuo opened this issue 5 years ago · 0 comments
public class ThisTest { public static void main(String args[]) { String x = 7; int y = 2; int z = 2; System.out.println(x + y + z); } } ``` 中的ThisTest 在小程序端会重复显示ThisTestThisTest,如果去掉Java语言,则会正常