这里面包含了一百多个JAVA源文件

源代码在线查看: e1057. commenting a jsp page.txt

软件大小: 551 K
上传用户: maple_78
关键词: JAVA
下载地址: 免注册下载 普通下载 VIP

相关代码

				Two types of comments are allowed in a JSP page - - hidden and output comments. A hidden comment will not appear in the generated output whereas an output comment will appear in the generated output. 
				This example shows a hidden comment: 
				
				    
				
				A restriction for hidden comments is that the comment string cannot contain the character sequence --. 
				This example shows an output comment: 
				
				    
				
				Similar to hidden comments, output comments cannot contain the character sequence --. Output comments can contain dynamic content: 
				    
				
				Output: 
				    
				
							

相关资源