jfinal如何获取html页面中<image>标签中src的值

如何用JFinal在后台获取src中${imagePath!}这个值

var img=$("#imgId")[0].src; 传到后台 后台取参数getPara("img");