1. 创建String对象的常用方法
(1) String s1 = "mpptest"
(2) String s2 = new String();
(3) String s3 = new String("mpptest")
2. String中常用的方法,用法如图所示,具体问度娘
原文地址:https://www.cnblogs.com/mpp0905/p/10372061.html
时间: 2024-10-16 12:12:58
1. 创建String对象的常用方法
(1) String s1 = "mpptest"
(2) String s2 = new String();
(3) String s3 = new String("mpptest")
2. String中常用的方法,用法如图所示,具体问度娘
原文地址:https://www.cnblogs.com/mpp0905/p/10372061.html