中国大学MOOC:string等价于System.String
举一反三
- 中国大学MOOC: $string=A;$string=$string x 4;$string.=B;$string.=A;$find_B=index($string,B);执行以上语句后,$find_B=?
- 中国大学MOOC: 求s2的内容:String s1=new String(abcdefghi);String s2=s1.substring(2,4);
- 中国大学MOOC: 以下代码片断运行结果为:String str1=new String(Hello);String str2=new String(Hello);System.out.println(str1.equals(str2));
- 中国大学MOOC: String(5,”abcde”)=____
- 中国大学MOOC: String属于引用类型