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