Skip to content

zhaosir/Demo

Repository files navigation

Demo

demo

test

a = test()
a.print()

中文

public void test(){
  string a = "test";
}

其他

public void test(){
  string a = "test";
}
public int test1(){
  string a = "test";
  return 0;
}