using System;
class Custom
{
public string a,b,c;
public void Show()
{
Console.WriteLine("input your ID:");
a=Console.ReadLine();
Console.WriteLine("input your password:");
b=Console.ReadLine();
Console.WriteLine("input your e-mail:");
c=Console.ReadLine();
}
public static void Main()
{
Custom cs=new Custom();
cs.Show();
Console.WriteLine("your information:"+"\n"+"your id:"+cs.a+"\n"+"your password:"+cs.b+"\n"+"your e-mail:"+cs.c);
}
}
[此贴子已经被作者于2005-5-8 10:27:56编辑过]
我是初学者,希望大家能多多帮助我
/bbs/showimg.asp?BoardID=34&filename=2005-4/200542294030151.gif" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL+Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('http://bbs./bbs/showimg.asp?BoardID=34&filename=2005-4/200542294030151.gif');}" onmousewheel="return imgzoom(this);" alt="" />