c# string方法使用
摘要:
1.Replace(替换字符):public string Replace(char oldChar,char newChar);在对象中寻找oldChar,如果寻找到,就用newChar将oldChar替换掉。如: string st = "abcdef"; string newstring = 阅读全文
posted @ 2019-10-12 14:08 进击的小黑子 阅读(3242) 评论(0) 推荐(0)
浙公网安备 33010602011771号