TooBug/wemark

Java代码重复

wizhuo opened this issue · 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语言则会正常