21 lines
		
	
	
		
			446 B
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			446 B
		
	
	
	
		
			HTML
		
	
	
	
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | |
| <html xmlns="http://www.w3.org/1999/xhtml">
 | |
| <head>
 | |
| <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
 | |
| <title>系统帮助</title>
 | |
| <style type="text/css">
 | |
| <!--
 | |
| .STYLE1 {
 | |
| 	font-size: 36px;
 | |
| 	font-weight: bold;
 | |
| }
 | |
| -->
 | |
| </style>
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
| <span class="STYLE1">没有找到相应的帮助文件。</span>
 | |
| </body>
 | |
| 
 | |
| </html>
 |