
3条回答 默认 最新
yuye9427 2021-12-10 13:53关注public static class control(String[] args){
}
你这个里面 class 可以当返回值么?或者说你想写main方法
public static void main(String[] args) {
}本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报 编辑记录
public static class control(String[] args){
}
你这个里面 class 可以当返回值么?
或者说你想写main方法
public static void main(String[] args) {
}