jsp标签中的变量怎么在jsp页面中获取

2024-11-16 09:00:36
推荐回答(1个)
回答(1):

可以借助js
var haha = "${name}";
$("#div").html(haha);