标签:index att not mode div dex import control map
import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.RequestMapping; @Controller public class ViewController { @RequestMapping("/page") public String getPage(Model model){ model.addAttribute ("name","哈哈哈"); return "index"; } }
hhhhhhhhhh ${name}
标签:index att not mode div dex import control map
原文地址:https://www.cnblogs.com/zhou-test/p/10262004.html