»ñȡԶ³ÌÍøÒ³htmlÔ´Âë
''' <summary>
''' »ñÈ¡ÍøÒ³htmlÔ´Âë¡£
''' </summary>
''' <param name="AUrl"></param>
''' <returns></returns>
''' <remarks></remarks>
Public Shared Function GetHtml(ByVal AUrl As String, ByVal APageCode As System.Text.Encoding) As String
Dim httpReq As System.Net.HttpWebRequest = Nothing
Dim httpResp As System.Net.HttpWebResponse = Nothing
Dim httpURL As New System.Uri(AUrl)
Dim reader As IO.StreamReader = Nothing
Dim htmlStr As String = String.Empty
Try
httpReq = CType(Net.WebRequest.Create(httpURL), Net.HttpWebRequest)
httpReq.Method = "GET"
httpResp = CType(httpReq.GetResponse(), Net.HttpWebResponse)
reader = New IO.StreamReader(httpResp.GetResponseStream, APageCode)
htmlStr = reader.ReadToEnd()
Catch ex As Exception
Finally
If Not IsNothing(reader) Then reader.Close()
If Not IsNothing(httpResp) Then httpResp.Close()
End Try
Return htmlStr
End Function
Ïà¹ØÎĵµ£º
³¬Îı¾±ê¼ÇÓïÑÔ£¨HTML£©5 µÚÒ»´ÎÏò HTML ÖÐÒýÈëеÄÔªËØ¡£ÐÂµÄ½á¹¹ÔªËØ°üÀ¨ aside¡¢figure ºÍ section¡£ÐµÄÄÚÁªÔªËذüÀ¨ time¡¢meter ºÍ progress¡£ÐµÄÄÚÇ¶ÔªËØÓÐ video ºÍ audio¡£ÐµĽ»»¥ÔªËØÓÐ details¡¢datagrid ºÍ command¡£
¡¡¡¡³¬Îı¾±ê¼ÇÓïÑÔ£¨HTML£©µÄ¿ª·¢µ½ ......
ÏÂÔØµØÖ·£ºhttp://download.csdn.net/source/2381400
´ËΪÓʼþ·¢ËÍ¿ª·¢×é¼þ£¬ÄÚÓи÷Ö÷Á÷³ÌÐòÓïÑÔ´úÂëʾÀý£¬²¢¸½Éú³ÉµÄexe£¬Ê¾ÀýÉú³ÉµÄexeÒà¿Éµ¥¶À×÷Ϊ¶ÀÁ¢³ÌÐòʹÓá£
Ö§³Ö ´¿Îı¾£¬HTML£¬³¬Á´½Ó£¬¸½¼þ
ÄãÊDz»ÊÇһֱΪÁËVC·¢ËÍÓʼþ·¢³î°¡£¬ÓÐÁËËü£¬°×²ËÈ«ÄÜÓʼþ·¢ËÍ×é¼þ£¬Äã¾Í¿ÉÒÔÇáËɵÄÏñµ÷ÓÃwindows apiÄÇÑùÀ´ÊµÏÖ»òVC· ......
×îÔçʹÓõÄFrontpageºÍºóÀ´¾³£Ê¹ÓõÄDreamweaver£¬ÏÖÔÚÒѾºÜÉÙʹÓÃÁË£¬¶øAdobeÒ²ÒѾÊÕ¹ºÁËmacromedia¡£ÓÐÊÇÓÐÐèÒª±à¼Ò»Ð©¼òµ¥µÄHTMLÎļþ£¬»¹ÊÇһЩÃâ·ÑµÄÇáÁ¿¼¶µÄ±à¼Æ÷¡£
ÏÂÃæÊÇÎÒÕÒµ½µÄһЩ£¬¸øÐèÒªµÄÅóÓÑÃÇ£º
http://www.softpedia.com/get/Internet/WEB-Design/HTML-Editors/
http://www.skycn.com/sort/s ......
url£ºhttp://www.w3cschool.cn/tag_tbody.asp.htm
<tbody> ±êÇ©±í¸ñÖ÷Ì壨ÕýÎÄ£©¡£¸Ã±êÇ©ÓÃÓÚ×éºÏ HTML ±í¸ñµÄÖ÷ÌåÄÚÈÝ¡£
tbody ÔªËØÓ¦¸ÃÓë thead ºÍ tfoot ÔªËØ½áºÏÆðÀ´Ê¹Óá£
thead ÔªËØÓÃÓÚ¶Ô HTML ±í¸ñÖеıíÍ·ÄÚÈݽøÐзÖ×飬¶ø tfoot ÔªËØÓÃÓÚ¶Ô HTML ±í¸ñÖеıí×¢£¨Ò³½Å£©ÄÚÈݽøÐзÖ×é¡£
thead¡¢tf ......
ÎÄÕÂÀ´Ô´£ºIT¹¤³ÌÐÅÏ¢Íø http://www.systhinker.com/html/88/n-14088.html
Ó¦ÓóÌÐò°²È«×¨¼Ò±íʾ£¬HTML5¸ø¿ª·¢ÈËÔ±´øÀ´ÁËÐµİ²È«ÌôÕ½¡£Æ»¹û¹«Ë¾ÓëAdobe¹«Ë¾Ö®¼äµÄ¿Úˮս´øÀ´¶Ô HTML 5ÃüÔ˵ÄÖî¶à²Â²â£¬¾¡¹ÜHTML 5µÄʵÏÖ»¹Óкܳ¤µÄ·Ҫ×ߣ¬µ«¿ÉÒԿ϶¨µÄÒ»µãÊÇ£¬ÔËÓÃHTML ......