摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication58{ class Program { static ... 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication55{ class Program { static ... 阅读全文
摘要:
string strA = "";//空字符串 int 1 = strA.Length;//属性,不带括号 Console.ReadLine();//方法或函数,带括号 strA = st... 阅读全文