String类型与引用类型的一个区别
摘要:
using System;namespace Holiday.Program{ public class StringTest { public static void Main(string [] args) { string s1="hello"; string s2=s1; Console.WriteLine("This is s1: "+s1); Consol... 阅读全文
posted @ 2010-08-09 23:56 编程小子Lero 阅读(475) 评论(8) 推荐(0)
浙公网安备 33010602011771号