在新版jdk里面允许在接口中出现默认方法实现,但是方法必须是 default,不能是其他 ,望采纳
defauult void methodCommon(){ Sys... }
鼠标放上去,看一下错误提示