原创 JSTL表達式取整,標籤

計算1: ${3/2} 格式化數字1: 計算2: ${7/5} 格式化數字2: 計算3: ${100/6} 格式化數字3: 計算4: ${100/6} 格式化數字4:

原创 servlet頁面request轉發集合到jsp頁面

第一步 在servlet頁面中調用接口的實現方法 如:StudentBiz student = new StudentBizImpl(); List<Student> listS = student .find(); 第二步 先判斷集合

原创 JSTL表達式取整,<fmt:formatNumber>標籤

計算1: ${3/2} 格式化數字1: 計算2: ${7/5} 格式化數字2: 計算3: ${100/6} 格式化數字3: 計算4: ${100/6} 格式化數字4: