摘要:
using System;public class Test{ static void Main() { // Create two equal but distinct strings string a = new string(new char[] {'h', 'e', 'l', 'l', 'o'}); string b = new string(new char[] {'h', 'e', '... 阅读全文
posted @ 2004-04-21 10:59
hgfjhg7
阅读(704)
评论(1)
推荐(0)
浙公网安备 33010602011771号