熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> .NET編程 >> 正文

刪除字符串最後一個字符的方法與差異

2022-06-13   來源: .NET編程 

  static void Main(string[] args)

  {

  string s = ;

  //第一種

  //s = sSubstring( sLength );輸出

  //s = sSubstring( sLength );輸出

  //也占一個位置

  //第二種

  //char[] mychar ={ };輸出

  //char[] mychar ={ };輸出

  //char[] mychar ={ };輸出

  //char[] mychar ={ };輸出

  //傳遞的是一個字符串數組並不存在於數組中只是數組結尾的結束符在數組中所以char[] mychar ={ };輸出

  s = sTrimEnd(mychar);

  //string str= 中國;

  //str = strReplace();//str=strReplace();也行

  ConsoleWriteLine(s);

  ConsoleReadKey();

  }


From:http://tw.wingwit.com/Article/program/net/201311/13809.html
  • 上一篇文章:

  • 下一篇文章:
  • 推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.