摘要: 先看下面一段代码: using System;namespace StringTest{ class Program { static void Main(string[] args) { string strA = "123"; Console.WriteLine("strA = " + strA); ... 阅读全文
posted @ 2006-09-23 16:49 Jailu 阅读(383) 评论(0) 推荐(0) 编辑