jspÉú³Éhtml¾²Ì¬Ò³Ãæ´úÂë
<%@ page contentType="text/html;charset=GBK"%>
<%@page import="java.util.*"%>
<%@page import="java.io.*" %>
<%
//ÔÚÕâÀïÈç¹ûд³É“WEB-INF\templates\template.htm”³ÌÐò»á±¨´í
String filePath = request.getRealPath("/")+"WEB-INF/templates/template.htm";
out.print(filePath);
String templateContent="";
FileInputStream fileinputstream = new FileInputStream(filePath);//¶Áȡģ¿éÎļþ
//int lenght = fileinputstream.available();
byte bytes[] = new byte[1024];
fileinputstream.read(bytes);
fileinputstream.close();
templateContent = new String(bytes);
out.print("ÒÔÏÂÊÇÄ£°åÄÚÈÝ£º<br>"+templateContent+"<br> ÒÔÏÂÊÇÖû»ÒÔºóµÄhtmlÄÚÈÝ<br><hr>");
templateContent=templateContent.replaceAll("#title#","ÎÄÕ±êÌâ");
templateContent=templateContent.replaceAll("#author#","×÷ÕßÊÇË");//Ìæ»»µôÄ£¿éÖÐÏàÓ¦µÄµØ·½
templateContent=templateContent.replaceAll("#content#","ÎÄÕÂÄÚÈÝ");
// ¸ù¾Ýʱ¼äµÃÎļþÃû
Calendar calendar = Calendar.getInstance();
String fileame = String.valueOf(calendar.getTimeInMillis()) +".html";
fileame = request.getRealPath("/")+fileame;//Éú³ÉµÄhtmlÎļþ±£´æÂ·¾¶
out.print(templateContent);
FileOutputStream fileoutputstream = new FileOutputStream(fileame);//½¨Á¢ÎļþÊä³öÁ÷
byte tag_bytes[] = templateContent.getBytes();
fileoutputstream.write(tag_bytes);
fileoutputstream.close();
%>
Ïà¹ØÎĵµ£º
HTTP ͨÐÅÐÒéÊǿͻ§Óë·þÎñÆ÷Ö®¼äÒ»ÖÖÌá½»£¨ÇëÇó£© ÐÅÏ¢ÓëÏìÓ¦ÐÅÏ¢
£¨request/respone£©µÄͨÐÅÐÒé¡£ÔÚJSP ÖУ¬ÄÚÖöÔÏórequest ·â×°ÁËÓû§Ìá½»µÄÐÅÏ¢£¬
ÄÇô¸Ã¶ÔÏóµ÷ÓÃÏàÓ¦µÄ·½·¨¿ÉÒÔ»ñÈ¡·â×°µÄÐÅÏ¢£¬¼´Ê¹ÓøöÔÏó¿ÉÒÔ»ñÈ¡Óû§Ìá½»µÄÐÅ
Ï¢¡£
¿Í»§Í¨³£Ê¹ÓÃHTML ±íµ¥Ïò·þÎñÆ÷µÄij¸öJSP Ò³ÃæÌá½»ÐÅÏ¢£¬±íµ¥µÄÒ»°ã¸ñʽÊÇ£º ......
url£ºhttp://www.w3cschool.cn/tag_tbody.asp.htm
<tbody> ±êÇ©±í¸ñÖ÷Ì壨ÕýÎÄ£©¡£¸Ã±êÇ©ÓÃÓÚ×éºÏ HTML ±í¸ñµÄÖ÷ÌåÄÚÈÝ¡£
tbody ÔªËØÓ¦¸ÃÓë thead ºÍ tfoot ÔªËØ½áºÏÆðÀ´Ê¹Óá£
thead ÔªËØÓÃÓÚ¶Ô HTML ±í¸ñÖеıíÍ·ÄÚÈݽøÐзÖ×飬¶ø tfoot ÔªËØÓÃÓÚ¶Ô HTML ±í¸ñÖеıí×¢£¨Ò³½Å£©ÄÚÈݽøÐзÖ×é¡£
thead¡¢tf ......
string str = a.ToString();
str = Regex.Replace(str, @"</?span[^>]*>", "", RegexOptions.IgnoreCase);
str = Regex.Replace(str, @"&#[^>]*;", "", RegexOptions.IgnoreCase);
str = Regex.Replace(str, @"</?marquee[^>]*>", "", RegexOptions.IgnoreCase);
str = Regex.Replace(str, ......
ÎÄÕÂÀ´Ô´£ºIT¹¤³ÌÐÅÏ¢Íø http://www.systhinker.com/html/88/n-14088.html
Ó¦ÓóÌÐò°²È«×¨¼Ò±íʾ£¬HTML5¸ø¿ª·¢ÈËÔ±´øÀ´ÁËÐµİ²È«ÌôÕ½¡£Æ»¹û¹«Ë¾ÓëAdobe¹«Ë¾Ö®¼äµÄ¿Úˮս´øÀ´¶Ô HTML 5ÃüÔ˵ÄÖî¶à²Â²â£¬¾¡¹ÜHTML 5µÄʵÏÖ»¹Óкܳ¤µÄ·Ҫ×ߣ¬µ«¿ÉÒԿ϶¨µÄÒ»µãÊÇ£¬ÔËÓÃHTML ......
JSP¾Å´ó¶ÔÏó£º
ÄÚÖöÔÏó£¨ÓÖ½ÐÒþº¬¶ÔÏó£¬ÓÐ9¸öÄÚÖöÔÏó£©:²»ÐèÒªÔ¤ÏÈÉùÃ÷¾Í¿ÉÒÔÔڽű¾´úÂëºÍ±í´ïʽÖÐËæÒâʹÓÃ
1-out:
javax.servlet.jsp.JspWriterÀàÐÍ£¬´ú±íÊä³öÁ÷µÄ¶ÔÏó¡£×÷ÓÃÓòΪpage£¨Ò³ÃæÖ´ÐÐÆÚ£©
request£ºjavax.servlet.ServletRequestµÄ×ÓÀàÐÍ£¬´Ë¶ÔÏó·â×°ÁËÓÉWEBä¯ÀÀÆ÷»òÆäËü¿Í»§¶ËÉú³ÉµØHTTP
ÇëÇóµÄϸ½Ú£¨² ......