初学问题:“The public type movietestdive must be defined in its own file” 对于一个class里,只能出现一个public class(公共类)。 如果是继承、抽象类,用extends、abstract申明即可。