搜索内容

包含标签:alias 的文章
  • C#中字符串和字符串有什么区别?

    示例(注意案例): string s = "Hello world!"; String s = "Hello world!"; 每种使用的准则是什么?有什么区别? 回答 string是C#中的别名System.String. 从……
    嘿哈 问答 2022年8月8日