I want to output some HTML code based on some condition in a JSP file.if (condition 1) { Some HTML code specific for condition 1}else if (condition 2) ...
確定! 回上一頁