摘要:
先贴一段代码:class Program { static void Main(string[] args) { string ss = "asdf"; operate(ss); Console.WriteLine(ss); Console.Read(); } public static void operate(string aa) { aa = "sdf"; Consol... 阅读全文
posted @ 2012-01-06 17:30
高宝建
阅读(1352)
评论(4)
推荐(0)

浙公网安备 33010602011771号