日期:2014-05-16 浏览次数:20508 次
if (typeof (lastBookID) == "undefined") { alert("undefined---"); }
<% String bookId = request.getParameter("bookId"); if (null != bookId && !"undefined".equalsIgnoreCase(bookId)) { session.setAttribute("bookId", bookId); } %>