发现一个JCreator有意思的现象
public class Test {void fun1() {
System.out.println("倚天不出,谁与争锋");
}
public static void main(String[] args) {
}
}
在JCreator4.5英文版中编写代码如上。无论输入什么都不会弹出自动的提示菜单。而将“锋”字删除了,就又恢复正常了,不知道有没有高手遇到过啊~~~
2009-09-20 21:59
2009-09-27 20:52
2009-09-30 13:43
2009-10-15 18:52