摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ //定义一个类. class MyClass { string MyString = "Tony"; public void ShowMessage(string MyString) { if (MyString == this.MyString) // 第一个MyString是这个方法中... 阅读全文
posted @ 2012-10-01 20:06 梦断难寻 阅读(447) 评论(0) 推荐(0) 编辑