摘要:
At first, I want to thank Austin that he gave us a different experience. His western humor makes the class activeandhis interesting teaching method ma... 阅读全文
摘要:
【Task1】Develop the project “Hello World”A .java program: Just print out “Hello” + your name;A test case using Junit to verify whether the program work... 阅读全文
摘要:
一、实验要求1.点击输入框输入年份,点击按钮,输出提示,能有效地处理任何输入。2.对于合法输入,判断其是否是闰年。3.对于非法输入,提示“非法输入”。二、测试用例三、重要代码 1 function func(){ 2 var inputArray = new Array(3); 3... 阅读全文