开发者社区 问答 正文

JavaBean是什么时候创建的?

JavaBean是什么时候创建的?

展开
收起
游客pklijor6gytpx 2019-11-18 16:01:10 1552 分享 版权
1 条回答
写回答
取消 提交回答
  • public class TestController {
        public TestController(){
            System.out.println("TestController 创建了");
        }
    }
    
    2019-11-18 16:01:31
    赞同 展开评论
问答地址: