摘要: 1.Replace(替换字符):public string Replace(char oldChar,char newChar);在对象中寻找oldChar,如果寻找到,就用newChar将oldChar替换掉。如: string st = "abcdef"; string newstring =  阅读全文
posted @ 2017-07-25 09:31 折鼎病琴 阅读(509) 评论(0) 推荐(0) 编辑