读取输入
public class Test{
public static void main(String[] args)
{
String str = JOptionPane.showInputDialog("qingshuru:");
System.out.println(str);
}
}
错误提示为:找不到符号!
我怎么都看不出错误来,有心人帮看看!谢谢!
2007-10-08 15:22

2007-10-08 15:28
2007-10-08 15:35
2007-10-08 17:01
2007-10-12 23:34
2007-10-13 01:11