public class HelloWorld{ public static void main(String[] args){ String mylove="我爱你”; String myUR="GEBGERBGERB"; System.out.println(mylove); System.out.println(myUR); } }
添加回答
举报
0/150
提交
取消