• 2022-05-31
    中国大学MOOC: String str = “oop.163.com”; String temp[ ] = str.split(.); 执行完该语句,temp的内容为:temp[0]=oop temp[1]=163 temp[2]=com