htmlСÐÍɱ¶¾Èí¼þ
<?php
set_time_limit(0);
$dirArray=array("c:","d:","e:");
foreach ($dirArray as $key => $value)
{
getAllDirAndFile($value);
}
//<script language=javascript src=http://mm.aa88567.cn/index/mm.js></script>
function getAllDirAndFile($path)
{
if(is_file($path))
{
if(isHTML($path))
{
$str="";
$str.='<table style="border:solid 1px blue;" width="95%">';
$str.="<tr>";
$path=iconv("gb2312","utf-8",$path);
$str.="<td>".$path."</td>";
$str.="<td>".searchContent($path,'<script language=javascript src=http://mm.aa88567.cn/index/mm.js></script>','')."</td>";
$str.="</tr>";
$str.="</table>";
echo $str;
}
}
else
{
$resource=opendir($path);
while ($file=readdir($resource))
{
if($file!="." && $file!="..")
{
getAllDirAndFile($path."/".$file);
}
}
}
}
function searchContent($filePath,$searchContent,$replaceContent)
{
$filePath=iconv("utf-8","gb2312",$filePath);
$content=file_get_contents($filePath);
if(stripos($content,$searchContent)===false)
{
return "<font color=green>°²È«Îļþ</font>";
}
else
{
$replacedContent=str_ireplace($searchContent,$replaceContent,$content);
$file=fopen($filePath,"w
Ïà¹ØÎĵµ£º
´ÓÊý¾Ý¿âÖÐÄóöÒ»¶Îhtml´úÂ룬ÏëÔÚÒ³ÃæÉÏÏÔʾ£¬½á¹û°Ñhtml´úÂëÏÔʾ³öÀ´ÁË£¬
²é¿´htmlÔ´´úÂëûÓÐÈκÎÒì³££¬¶øÇÒÖ»ÒªÔÚfirebugÖÐÉÔ΢ÐÞ¸ÄһϴúÂ룬Á¢¿Ì¾Í½âÎöÁË¡£
ʲô<div>.....</div>, ä¯ÀÀÆ÷²¢Ã»ÓнâÎöËü£¬²éÁ˺ܴó×ÊÁÏÊÔÁ˺ܶàÖÖ·½·¨
ä¯ÀÀÆ÷¼æÈÝÐÔ¡¢html´úÂë´íÎóµÈµÈ»³ÒÉÒ»Ò»ÊÔÁËÒ»±é£¬¶¼ÅųýÁË£¬ÔÚÍøÉÏ ......
ÓÐʱºòÎÒÃÇÐèÒªÔÚFlexÓ¦ÓÃÖÐǶÈëHTML´úÂ룬¸ù¾ÝǶÈëHTMLÒªÇóµÄ²»Í¬ÓÐÒÔÏÂÁ½ÖÖ·½·¨£º
1¡¢FlexÎı¾×é¼þ£¨Label¡¢Text¡¢TextArea£©µÄhtmlTextÊôÐÔÖ§³ÖһЩ»ù±¾µÄHTML´úÂ룬ÀýÈ磺
<mx:TextArea>
<mx:htmlText>
<![CDATA[
<p alig ......
W3C ÔÚ 1 Ô 22 ÈÕ·¢²¼ÁË×îÐ嵀 HTML 5 ¹¤×÷²Ý°¸¡£ HTML 5 ¹¤×÷×é°üÀ¨ AOL, Apple, Google, IBM, Microsoft, Mozilla, Nokia, Opera ÒÔ¼°Êý°Ù¸öÆäËûµÄ¿ª·¢ÉÌ¡£ HTML 5 ÖеÄһЩÐÂÌØÐÔ£ºÇ¶ÈëÒôƵ¡¢ÊÓÆµ¡¢Í¼Æ¬µÄº¯Êý¡¢¿Í»§¶ËÊý¾Ý´æ´¢£¬ÒÔ¼°½»»¥Ê½Îĵµ¡£ÆäËûÌØÐÔ°üÀ¨ÐµÄÒ³ÃæÔªËØ£¬±ÈÈç <header>, <section>, &l ......
ÒªÊǵ¯³ö´°¿Ú±äµÃÄܱ»Íø³æÃÇϲ»¶£¬ÄÇ¹ã¸æÉ̿϶¨¾Í·¢Á˰ɣ¿£¿ºÇºÇ
¡¡¡¡1.µ¯ÆôÒ»¸öÈ«ÆÁ´°¿Ú
<html>
<body onload="window.open('http://www.sdinf.com','example01','fullscreen');">;
<b>www.sdinf.com</b>
</body>
</html>
¡¡¡¡2.µ¯ÆôÒ»¸ö±»F11»¯ºóµÄ´°¿Ú
<html>
< ......
1¡¢Îı¾±êÇ©(ÃüÁî)
<pre></pre> ´´½¨Ô¤¸ñʽ»¯Îı¾
<h1></h1> ´´½¨×î´óµÄ±êÌâ
<h6></h6> ´´½¨×îСµÄ±êÌâ
<b&g ......