随笔分类 - c#
摘要:示例程序using System;class HelloWorld{ static string say = “Hello World!”; static void Main(string[] args) { Console.WriteLine(say); }}值类型 byte、sbyte、short、ushort、int、uint、long、ulong、char、float、double、decimal、bool、枚举、结构。 字符串常用方法 Compare 比较两个字符串Format 格式化字符串的值Trim 删除字符串中的空白ToUpper / ToLower改变字符串的大...
阅读全文
浙公网安备 33010602011771号