提交 cd6ee953 编写于 作者: 沉默王二's avatar 沉默王二 💬

代码

上级 7a23d757
package com.itwanger.thirtyseven;
/**
* @author 微信搜「沉默王二」,回复关键字 Java
*/
public class Demo {
public static void main(String[] args) {
String chenmo = "沉默";
String wanger = "王二";
System.out.println(chenmo + wanger);
}
}
package com.itwanger.thirtysix;
/**
* @author 微信搜「沉默王二」,回复关键字 Java
*/
public class StringDemo {
public static void main(String[] args) {
System.out.println(new String("小萝莉").intern() == "小萝莉");
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册