如何将数据库列传递给jsp或html中的javascript函数
function forumQuestions(questions){
document.getElementById("questions").value = questions;
document.getElementById("questions").submit();
}
<a href="javascript:forumQuestions()"><c:out value="${forumBean.questions}"></c:out></a></td>