摘要:
本学习来自MicroSoft Windows 程序设计,第304页 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Drawing 阅读全文
摘要:
The String IndexOf() method returns the index of the first occurrence of the specified character/substring within the string. IndexOf()函数返回指定字符在字符串中第一 阅读全文
摘要:
Microsoft windows 程序设计,第250页中,使用不同的枚举值,来求得“一英寸长的直线”,达到相同的目标。 对于以上代码,我编写了实例进行实践,代码如下: 1 using System; 2 using System.Collections.Generic; 3 using Syste 阅读全文