java中字符串(String)中的常用方法1.字符串构造代码语言:javascript代码运行次数:0运行复制public static void main(String[] args) { 使用常量串构造String s1 = "hello bit";Sy27天前110