... @PostConstruct public void init(){ // 为静态变量赋值(值为从Spring IOC容器中获取的hello.world字段值) HELLO_WORLD = this.helloWorld; } } ...
確定! 回上一頁