为什么""+hobby引号必须有?
public class HelloWorld{ public static void main(String[] args) { String hobby="慕课网"; System.out.println(""+hobby); } } 为什么""+hobby引号必须有?
public class HelloWorld{ public static void main(String[] args) { String hobby="慕课网"; System.out.println(""+hobby); } } 为什么""+hobby引号必须有?
2015-11-15
举报