MyMaxID = MyMaxID.Substring(2, MyMaxID.Length - 2)什么意思

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/18 04:24:55

MyMaxID = MyMaxID.Substring(2, MyMaxID.Length - 2)什么意思
MyMaxID = MyMaxID.Substring(2, MyMaxID.Length - 2)什么意思

MyMaxID = MyMaxID.Substring(2, MyMaxID.Length - 2)什么意思
求子串;从x*2位置开始,求长度为2的字串如:"Hello word" Substring(0,2) 则字串为:He