1
本周主要学习了Java的输入输出、创建对象等内容,看完了《大道至简》并写了读后感。总共看了6个小时左右的视频,编程4个小时.
2
下周的重点放在各种结构上
3
问题1:
The declared package "" does not match the expected package "aaaa"
解决:因为用eclipse写代码时把最上面的一个package删了,加上就好
问题2:
The selection cannot be launched,and there are no recent launches
解决:把主函数main()放在与java文件同名的public类中