<i id="jvhzl"><meter id="jvhzl"></meter></i><label id="jvhzl"><legend id="jvhzl"><ruby id="jvhzl"></ruby></legend></label><thead id="jvhzl"></thead>

<rt id="jvhzl"></rt>
  • \n

    Hello <\/h1>\n<\/body>\n<\/html><\/pre>

    ????? ??? ??? ?? ??? ?????. , $name<\/code>? ??? ??? ?? ????, ($name)<\/code>? ??? ???? ?????. $name<\/code> 為模板標(biāo)簽中的變量名,($name)<\/code> 為輸出該變量的語法。<\/p>

    二、 循環(huán)輸出<\/p>

    循環(huán)輸出是模板引擎中常用的語法之一。我們可以使用 foreach<\/code> 循環(huán)輸出PHP中的數(shù)組。例如:<\/p>

    假設(shè)我們在PHP控制器中定義了一個數(shù)組:<\/p>

    $data = array(\n    array('name'=>'John Doe', 'age'=>20),\n    array('name'=>'Jane Doe', 'age'=>18)\n);\n$this->assign('data', $data);<\/pre>

    在HTML視圖中,我們使用 foreach<\/code> 循環(huán)依次輸出數(shù)組:<\/p>

    \n\n    Student List<\/title>\n<\/head>\n<body>
    <h1><a href="http://www.miracleart.cn/">国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂</a></h1>\n    <h1>Student List<\/h1>\n    <ul>\n        <?php foreach($data as $item): ?>\n        <li><?php echo ($item['name']); ?> - <?php echo ($item['age']); ?><\/li>\n        <?php endforeach; ?>\n    <\/ul>\n<\/body>\n<\/html><\/pre><p>這里使用了模板引擎中的兩個語句,<code>foreach<\/code> 和 <code>endforeach<\/code>,在循環(huán)語句中使用 <code>$item<\/code> 代表循環(huán)數(shù)組中的每一個元素。<\/p><p>三、 條件判斷<\/p><p>除了循環(huán)語句,模板引擎還支持條件判斷語句??梢愿鶕?jù)PHP中變量的值輸出不同的HTML內(nèi)容。例如:<\/p><p>在PHP控制器中定義一個變量 $is_valid:<\/p><pre class='brush:php;toolbar:false;'>$is_valid = true;\n$this->assign('is_valid', $is_valid);<\/pre><p>在HTML視圖中,使用 <code>if-else<\/code> 判斷變量值,并輸出不同的HTML內(nèi)容:<\/p><pre class='brush:php;toolbar:false;'><html>\n<head>\n    <title>Welcome<\/title>\n<\/head>\n<body>\n    <?php if($is_valid): ?>\n    <h1>Welcome<\/h1>\n    <?php else: ?>\n    <h1>Access Denied<\/h1>\n    <?php endif; ?>\n<\/body>\n<\/html><\/pre><p>這里使用了模板引擎中的 <code>if-else<\/code> 語句和 <code>endif<\/code><\/p>2. ?? ??<p><\/p>?? ??? ??? ???? ????? ???? ?? ? ?????. <code>foreach<\/code>? ???? PHP?? ??? ??? ? ????. ?: ????PHP ?????? ??? ????? ??? ?????. ??rrreee??HTML ???? <code>foreach<\/code> ??? ???? ??? ???? ?????. ??rrreee??????? ? ?? ???? ?????. ?? <code>foreach<\/code>? <code>endforeach<\/code>?? ? ?? ?? ??? <code>$item<\/code>? ?? ??? ?? ??? ? ??? ???? ? ?????. ????3. ??? ?????? ??? ??? ??? ??? ??? ???? ?????. PHP? ?? ?? ?? ??? HTML ???? ??? ? ????. ?: ????PHP ?????? $is_valid ?? ??: ??rrreee??HTML ???? <code>if-else<\/code>? ???? ?? ?? ???? ?? HTML ???? ?????. ??rrreee?????? ?????. ??? ??? <code>if-else<\/code> ?? <code>endif<\/code> end ?? ?? $is_valid? ?? ?? ?? ??? ???? ? ?????. ?????? ThinkPHP ??? ???? ????? ???? ? ?? ?? ???? ?? ??? ?? ??? ? ????. ??? ??? ???? ?? ???? ?? ?? ???? ??? ? ???? ???? ?? ? ?? ???? ?? ????. ??"}	</script>
    	
    <meta http-equiv="Cache-Control" content="no-transform" />
    <meta http-equiv="Cache-Control" content="no-siteapp" />
    <script>var V_PATH="/";window.onerror=function(){ return true; };</script>
    </head>
    
    <body data-commit-time="2023-12-28T14:50:12+08:00" class="editor_body body2_2">
    	<link rel="stylesheet" type="text/css" href="/static/csshw/stylehw.css">
    <header>
        <div   id="377j5v51b"   class="head">
            <div   id="377j5v51b"   class="haed_left">
                <div   id="377j5v51b"   class="haed_logo">
                    <a href="http://www.miracleart.cn/ko/" title="" class="haed_logo_a">
                        <img src="/static/imghw/logo.png" alt="" class="haed_logoimg">
                    </a>
                </div>
                <div   id="377j5v51b"   class="head_nav">
                    <div   id="377j5v51b"   class="head_navs">
                        <a href="javascript:;" title="?? ??" class="head_nava head_nava-template1">?? ??</a>
                        <div   class="377j5v51b"   id="dropdown-template1" style="display: none;">
                            <div   id="377j5v51b"   class="languagechoose">
                                <a href="http://www.miracleart.cn/ko/article.html" title="??" class="languagechoosea on">??</a>
                                <a href="http://www.miracleart.cn/ko/faq/zt" title="??" class="languagechoosea">??</a>
                                <a href="http://www.miracleart.cn/ko/wenda.html" title="Q&A" class="languagechoosea">Q&A</a>
                            </div>
                        </div>
                    </div>
    
                    <div   id="377j5v51b"   class="head_navs">
                        <a href="javascript:;" title="???" class="head_nava head_nava-template1_1">???</a>
                        <div   class="377j5v51b"   id="dropdown-template1_1" style="display: none;">
                            <div   id="377j5v51b"   class="languagechoose">
                                <a href="http://www.miracleart.cn/ko/course.html" title="??" class="languagechoosea on">??</a>
                                <a href="http://www.miracleart.cn/ko/dic/" title="????? ??" class="languagechoosea">????? ??</a>
                            </div>
                        </div>
                    </div>
    
                    <div   id="377j5v51b"   class="head_navs">
                        <a href="javascript:;" title="?? ?????" class="head_nava head_nava-template1_2">?? ?????</a>
                        <div   class="377j5v51b"   id="dropdown-template1_2" style="display: none;">
                            <div   id="377j5v51b"   class="languagechoose">
                                <a href="http://www.miracleart.cn/ko/toolset/development-tools" title="?? ??" class="languagechoosea on">?? ??</a>
                                <a href="http://www.miracleart.cn/ko/toolset/website-source-code" title="???? ?? ??" class="languagechoosea">???? ?? ??</a>
                                <a href="http://www.miracleart.cn/ko/toolset/php-libraries" title="PHP ?????" class="languagechoosea">PHP ?????</a>
                                <a href="http://www.miracleart.cn/ko/toolset/js-special-effects" title="JS ?? ??" class="languagechoosea on">JS ?? ??</a>
                                <a href="http://www.miracleart.cn/ko/toolset/website-materials" title="???? ??" class="languagechoosea on">???? ??</a>
                                <a href="http://www.miracleart.cn/ko/toolset/extension-plug-ins" title="?? ????" class="languagechoosea on">?? ????</a>
                            </div>
                        </div>
                    </div>
    
                    <div   id="377j5v51b"   class="head_navs">
                        <a href="http://www.miracleart.cn/ko/ai" title="AI ??" class="head_nava head_nava-template1_3">AI ??</a>
                    </div>
    
                    <div   id="377j5v51b"   class="head_navs">
                        <a href="javascript:;" title="??" class="head_nava head_nava-template1_3">??</a>
                        <div   class="377j5v51b"   id="dropdown-template1_3" style="display: none;">
                            <div   id="377j5v51b"   class="languagechoose">
                                <a href="http://www.miracleart.cn/ko/game" title="?? ????" class="languagechoosea on">?? ????</a>
                                <a href="http://www.miracleart.cn/ko/mobile-game-tutorial/" title="?? ????" class="languagechoosea">?? ????</a>
    
                            </div>
                        </div>
                    </div>
                </div>
            </div>
                        <div   id="377j5v51b"   class="head_search">
                    <input id="key_words"  onkeydown="if (event.keyCode == 13) searchs('ko')" class="search-input" type="text" autocomplete="off" name="keywords" required="required" placeholder="Block,address,transaction,news" value="">
                    <a href="javascript:;" title="??"  onclick="searchs('ko')"><img src="/static/imghw/find.png" alt="??"></a>
                </div>
                    <div   id="377j5v51b"   class="head_right">
                <div   id="377j5v51b"   class="haed_language">
                    <a href="javascript:;" class="layui-btn haed_language_btn">???<i class="layui-icon layui-icon-triangle-d"></i></a>
                    <div   class="377j5v51b"   id="dropdown-template" style="display: none;">
                        <div   id="377j5v51b"   class="languagechoose">
                                                    <a href="javascript:setlang('zh-cn');" title="簡體中文" class="languagechoosea">簡體中文</a>
                                                    <a href="javascript:setlang('en');" title="English" class="languagechoosea">English</a>
                                                    <a href="javascript:setlang('zh-tw');" title="繁體中文" class="languagechoosea">繁體中文</a>
                                                    <a href="javascript:setlang('ja');" title="日本語" class="languagechoosea">日本語</a>
                                                    <a href="javascript:;" title="???" class="languagechoosea">???</a>
                                                    <a href="javascript:setlang('ms');" title="Melayu" class="languagechoosea">Melayu</a>
                                                    <a href="javascript:setlang('fr');" title="Fran?ais" class="languagechoosea">Fran?ais</a>
                                                    <a href="javascript:setlang('de');" title="Deutsch" class="languagechoosea">Deutsch</a>
                                                </div>
                    </div>
                </div>
                <span id="377j5v51b"    class="head_right_line"></span>
                                <div style="display: block;" id="login" class="haed_login ">
                        <a href="javascript:;"  title="Login" class="haed_logina ">Login</a>
                    </div>
                    <div style="display: block;" id="reg" class="head_signup login">
                        <a href="javascript:;"  title="singup" class="head_signupa">singup</a>
                    </div>
                
            </div>
        </div>
    </header>
    
    	
    	<main>
    		<div   id="377j5v51b"   class="Article_Details_main">
    			<div   id="377j5v51b"   class="Article_Details_main1">
    							<div   id="377j5v51b"   class="Article_Details_main1M">
    					<div   id="377j5v51b"   class="phpgenera_Details_mainL1">
    						<a href="http://www.miracleart.cn/ko/" title="?"
    							class="phpgenera_Details_mainL1a">?</a>
    						<img src="/static/imghw/top_right.png" alt="" />
    												<a href="http://www.miracleart.cn/ko/phpkj/"
    							class="phpgenera_Details_mainL1a">PHP ?????</a>
    						<img src="/static/imghw/top_right.png" alt="" />
    												<a href="http://www.miracleart.cn/ko/phpkj/thinkphp/"
    							class="phpgenera_Details_mainL1a">ThinkPHP</a>
    						<img src="/static/imghw/top_right.png" alt="" />
    						<span>thinkphp ??? ?? ??</span>
    					</div>
    					
    					<div   id="377j5v51b"   class="Articlelist_txts">
    						<div   id="377j5v51b"   class="Articlelist_txts_info">
    							<h1 class="Articlelist_txts_title">thinkphp ??? ?? ??</h1>
    							<div   id="377j5v51b"   class="Articlelist_txts_info_head">
    								<div   id="377j5v51b"   class="author_info">
    									<a href="http://www.miracleart.cn/ko/member/887227.html"  class="author_avatar">
    									<img class="lazy"  data-src="https://img.php.cn/upload/avatar/000/887/227/63bb7851c9547215.jpg" src="/static/imghw/default1.png" alt="WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB">
    									</a>
    									<div   id="377j5v51b"   class="author_detail">
    																			<a href="http://www.miracleart.cn/ko/member/887227.html" class="author_name">WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB</a>
                                    										</div>
    								</div>
                    			</div>
    							<span id="377j5v51b"    class="Articlelist_txts_time">May 29, 2023 pm	 01:28 PM</span>
    														
    						</div>
    					</div>
    					<hr />
    					<div   id="377j5v51b"   class="article_main php-article">
    						<div   id="377j5v51b"   class="article-list-left detail-content-wrap content">
    						<ins class="adsbygoogle"
    							style="display:block; text-align:center;"
    							data-ad-layout="in-article"
    							data-ad-format="fluid"
    							data-ad-client="ca-pub-5902227090019525"
    							data-ad-slot="3461856641">
    						</ins>
    						
    
    					<p>ThinkPHP? ?? ???? PHP ????????. PHP ????? HTML ??? ??? ??? ? ?? ??? ??? ??? ??? ?? ?? ???? ?? ???? ?????. ? ????? ThinkPHP?? ????? ???? ??? ??? ?? ??? ?????. </p>
    <p>1. ?? ?? </p>
    <p>?? ??? ??? ??? ?? ????, ????? ??? ??? ? ????. ?: </p>
    <p>PHP ?????? $name ??? ?????. </p><pre class='brush:php;toolbar:false;'>$name = 'John Doe';
    $this->assign('name', $name);</pre><p>HTML ????? ??? ??? ?? ??? ?????. </p><pre class='brush:php;toolbar:false;'><html>
    <head>
        <title>Hello <?php echo ($name); ?></title>
    </head>
    <body>
        <h1>Hello <?php echo ($name); ?></h1>
    </body>
    </html></pre><p>????? ??? ??? ?? ??? ?????. , <code> $name</code>? ??? ??? ?? ????, <code>($name)</code>? ??? ???? ?????. <code>$name</code> 為模板標(biāo)簽中的變量名,<code>($name)</code> 為輸出該變量的語法。</p><p>二、 循環(huán)輸出</p><p>循環(huán)輸出是模板引擎中常用的語法之一。我們可以使用 <code>foreach</code> 循環(huán)輸出PHP中的數(shù)組。例如:</p><p>假設(shè)我們在PHP控制器中定義了一個數(shù)組:</p><pre class='brush:php;toolbar:false;'>$data = array(
        array('name'=>'John Doe', 'age'=>20),
        array('name'=>'Jane Doe', 'age'=>18)
    );
    $this->assign('data', $data);</pre><p>在HTML視圖中,我們使用 <code>foreach</code> 循環(huán)依次輸出數(shù)組:</p><pre class='brush:php;toolbar:false;'><html>
    <head>
        <title>Student List</title>
    </head>
    <body>
        <h1>Student List</h1>
        <ul>
            <?php foreach($data as $item): ?>
            <li><?php echo ($item['name']); ?> - <?php echo ($item['age']); ?></li>
            <?php endforeach; ?>
        </ul>
    </body>
    </html></pre><p>這里使用了模板引擎中的兩個語句,<code>foreach</code> 和 <code>endforeach</code>,在循環(huán)語句中使用 <code>$item</code> 代表循環(huán)數(shù)組中的每一個元素。</p><p>三、 條件判斷</p><p>除了循環(huán)語句,模板引擎還支持條件判斷語句??梢愿鶕?jù)PHP中變量的值輸出不同的HTML內(nèi)容。例如:</p><p>在PHP控制器中定義一個變量 $is_valid:</p><pre class='brush:php;toolbar:false;'>$is_valid = true;
    $this->assign('is_valid', $is_valid);</pre><p>在HTML視圖中,使用 <code>if-else</code> 判斷變量值,并輸出不同的HTML內(nèi)容:</p><pre class='brush:php;toolbar:false;'><html>
    <head>
        <title>Welcome</title>
    </head>
    <body>
        <?php if($is_valid): ?>
        <h1>Welcome</h1>
        <?php else: ?>
        <h1>Access Denied</h1>
        <?php endif; ?>
    </body>
    </html></pre><p>這里使用了模板引擎中的 <code>if-else</code> 語句和 <code>endif</code></p>2. ?? ??<p></p>?? ??? ??? ???? ????? ???? ?? ? ?????. <code>foreach</code>? ???? PHP?? ??? ??? ? ????. ?: ????PHP ?????? ??? ????? ??? ?????. ??rrreee??HTML ???? <code>foreach</code> ??? ???? ??? ???? ?????. ??rrreee??????? ? ?? ???? ?????. ?? <code>foreach</code>? <code>endforeach</code>?? ? ?? ?? ??? <code>$item</code>? ?? ??? ?? ??? ? ??? ???? ? ?????. ????3. ??? ?????? ??? ??? ??? ??? ??? ???? ?????. PHP? ?? ?? ?? ??? HTML ???? ??? ? ????. ?: ????PHP ?????? $is_valid ?? ??: ??rrreee??HTML ???? <code>if-else</code>? ???? ?? ?? ???? ?? HTML ???? ?????. ??rrreee?????? ?????. ??? ??? <code>if-else</code> ?? <code>endif</code> end ?? ?? $is_valid? ?? ?? ?? ??? ???? ? ?????. ?????? ThinkPHP ??? ???? ????? ???? ? ?? ?? ???? ?? ??? ?? ??? ? ????. ??? ??? ???? ?? ???? ?? ?? ???? ??? ? ???? ???? ?? ? ?? ???? ?? ????. ??<p>? ??? thinkphp ??? ?? ??? ?? ?????. ??? ??? PHP ??? ????? ?? ?? ??? ?????!</p>
    
    
    						</div>
    					</div>
    					<div   id="377j5v51b"   class="wzconShengming_sp">
    						<div   id="377j5v51b"   class="bzsmdiv_sp">? ????? ??</div>
    						<div>? ?? ??? ????? ???? ??? ??????, ???? ?????? ????. ? ???? ?? ???? ?? ??? ?? ????. ???? ??? ???? ???? ??? ?? admin@php.cn?? ?????.</div>
    					</div>
    				</div>
    
    				<ins class="adsbygoogle"
         style="display:block"
         data-ad-format="autorelaxed"
         data-ad-client="ca-pub-5902227090019525"
         data-ad-slot="2507867629"></ins>
    
    
    
    				<div   id="377j5v51b"   class="AI_ToolDetails_main4sR">
    
    
    				<ins class="adsbygoogle"
            style="display:block"
            data-ad-client="ca-pub-5902227090019525"
            data-ad-slot="3653428331"
            data-ad-format="auto"
            data-full-width-responsive="true"></ins>
        
    
    
    					<!-- <div   id="377j5v51b"   class="phpgenera_Details_mainR4">
    						<div   id="377j5v51b"   class="phpmain1_4R_readrank">
    							<div   id="377j5v51b"   class="phpmain1_4R_readrank_top">
    								<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    									onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    									src="/static/imghw/hotarticle2.png" alt="" />
    								<h2>?? ??</h2>
    							</div>
    							<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottom">
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://www.miracleart.cn/ko/faq/1796832397.html" title="?? ?? ?? ??? | Uma Musume Pretty Derby" class="phpgenera_Details_mainR4_bottom_title">?? ?? ?? ??? | Uma Musume Pretty Derby</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>1 ? ? ?</span>
    										<span>By Jack chen</span>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://www.miracleart.cn/ko/faq/1796833110.html" title="<night> : ???? 99 ? - ?? ?? ? ?? ?? ??" class="phpgenera_Details_mainR4_bottom_title"><night> : ???? 99 ? - ?? ?? ? ?? ?? ??</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>4 ? ? ?</span>
    										<span>By DDD</span>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://www.miracleart.cn/ko/faq/1796831605.html" title="Uma Musume Pretty Derby ?? ?? (2025 ? 7 ?)" class="phpgenera_Details_mainR4_bottom_title">Uma Musume Pretty Derby ?? ?? (2025 ? 7 ?)</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>1 ? ? ?</span>
    										<span>By Jack chen</span>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://www.miracleart.cn/ko/faq/1796836699.html" title="?? ? ??? ????? Rimworld Odyssey ?? ???" class="phpgenera_Details_mainR4_bottom_title">?? ? ??? ????? Rimworld Odyssey ?? ???</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>3 ? ? ?</span>
    										<span>By Jack chen</span>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://www.miracleart.cn/ko/faq/1796831905.html" title="Windows ??? ?? ??? ??? ???? ????" class="phpgenera_Details_mainR4_bottom_title">Windows ??? ?? ??? ??? ???? ????</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>1 ? ? ?</span>
    										<span>By 下次還敢</span>
    									</div>
    								</div>
    														</div>
    							<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
    								<a href="http://www.miracleart.cn/ko/article.html">???</a>
    							</div>
    						</div>
    					</div> -->
    
    
    											<div   id="377j5v51b"   class="phpgenera_Details_mainR3">
    							<div   id="377j5v51b"   class="phpmain1_4R_readrank">
    								<div   id="377j5v51b"   class="phpmain1_4R_readrank_top">
    									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    										onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    										src="/static/imghw/hottools2.png" alt="" />
    									<h2>? AI ??</h2>
    								</div>
    								<div   id="377j5v51b"   class="phpgenera_Details_mainR3_bottom">
    																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://www.miracleart.cn/ko/ai/undress-ai-tool" title="Undress AI Tool" class="phpmain_tab2_mids_top_img">
    												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173410641626608.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Undress AI Tool" />
    											</a>
    											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
    												<a href="http://www.miracleart.cn/ko/ai/undress-ai-tool" title="Undress AI Tool" class="phpmain_tab2_mids_title">
    													<h3>Undress AI Tool</h3>
    												</a>
    												<p>??? ???? ??</p>
    											</div>
    										</div>
    																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://www.miracleart.cn/ko/ai/undresserai-undress" title="Undresser.AI Undress" class="phpmain_tab2_mids_top_img">
    												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173411540686492.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Undresser.AI Undress" />
    											</a>
    											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
    												<a href="http://www.miracleart.cn/ko/ai/undresserai-undress" title="Undresser.AI Undress" class="phpmain_tab2_mids_title">
    													<h3>Undresser.AI Undress</h3>
    												</a>
    												<p>???? ?? ??? ??? ?? AI ?? ?</p>
    											</div>
    										</div>
    																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://www.miracleart.cn/ko/ai/ai-clothes-remover" title="AI Clothes Remover" class="phpmain_tab2_mids_top_img">
    												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173411552797167.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="AI Clothes Remover" />
    											</a>
    											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
    												<a href="http://www.miracleart.cn/ko/ai/ai-clothes-remover" title="AI Clothes Remover" class="phpmain_tab2_mids_title">
    													<h3>AI Clothes Remover</h3>
    												</a>
    												<p>???? ?? ???? ??? AI ?????.</p>
    											</div>
    										</div>
    																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://www.miracleart.cn/ko/ai/clothoffio" title="Clothoff.io" class="phpmain_tab2_mids_top_img">
    												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173411529149311.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Clothoff.io" />
    											</a>
    											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
    												<a href="http://www.miracleart.cn/ko/ai/clothoffio" title="Clothoff.io" class="phpmain_tab2_mids_title">
    													<h3>Clothoff.io</h3>
    												</a>
    												<p>AI ? ???</p>
    											</div>
    										</div>
    																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://www.miracleart.cn/ko/ai/video-swap" title="Video Face Swap" class="phpmain_tab2_mids_top_img">
    												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173414504068133.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Video Face Swap" />
    											</a>
    											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
    												<a href="http://www.miracleart.cn/ko/ai/video-swap" title="Video Face Swap" class="phpmain_tab2_mids_title">
    													<h3>Video Face Swap</h3>
    												</a>
    												<p>??? ??? AI ?? ?? ??? ???? ?? ???? ??? ?? ????!</p>
    											</div>
    										</div>
    																</div>
    								<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
    									<a href="http://www.miracleart.cn/ko/ai">???</a>
    								</div>
    							</div>
    						</div>
    					
    
    
    					<div   id="377j5v51b"   class="phpgenera_Details_mainR4">
    						<div   id="377j5v51b"   class="phpmain1_4R_readrank">
    							<div   id="377j5v51b"   class="phpmain1_4R_readrank_top">
    								<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    									onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    									src="/static/imghw/hotarticle2.png" alt="" />
    								<h2>?? ??</h2>
    							</div>
    							<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottom">
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://www.miracleart.cn/ko/faq/1796832397.html" title="?? ?? ?? ??? | Uma Musume Pretty Derby" class="phpgenera_Details_mainR4_bottom_title">?? ?? ?? ??? | Uma Musume Pretty Derby</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>1 ? ? ?</span>
    										<span>By Jack chen</span>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://www.miracleart.cn/ko/faq/1796833110.html" title="<night> : ???? 99 ? - ?? ?? ? ?? ?? ??" class="phpgenera_Details_mainR4_bottom_title"><night> : ???? 99 ? - ?? ?? ? ?? ?? ??</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>4 ? ? ?</span>
    										<span>By DDD</span>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://www.miracleart.cn/ko/faq/1796831605.html" title="Uma Musume Pretty Derby ?? ?? (2025 ? 7 ?)" class="phpgenera_Details_mainR4_bottom_title">Uma Musume Pretty Derby ?? ?? (2025 ? 7 ?)</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>1 ? ? ?</span>
    										<span>By Jack chen</span>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://www.miracleart.cn/ko/faq/1796836699.html" title="?? ? ??? ????? Rimworld Odyssey ?? ???" class="phpgenera_Details_mainR4_bottom_title">?? ? ??? ????? Rimworld Odyssey ?? ???</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>3 ? ? ?</span>
    										<span>By Jack chen</span>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://www.miracleart.cn/ko/faq/1796831905.html" title="Windows ??? ?? ??? ??? ???? ????" class="phpgenera_Details_mainR4_bottom_title">Windows ??? ?? ??? ??? ???? ????</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>1 ? ? ?</span>
    										<span>By 下次還敢</span>
    									</div>
    								</div>
    														</div>
    							<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
    								<a href="http://www.miracleart.cn/ko/article.html">???</a>
    							</div>
    						</div>
    					</div>
    
    
    											<div   id="377j5v51b"   class="phpgenera_Details_mainR3">
    							<div   id="377j5v51b"   class="phpmain1_4R_readrank">
    								<div   id="377j5v51b"   class="phpmain1_4R_readrank_top">
    									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    										onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    										src="/static/imghw/hottools2.png" alt="" />
    									<h2>??? ??</h2>
    								</div>
    								<div   id="377j5v51b"   class="phpgenera_Details_mainR3_bottom">
    																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://www.miracleart.cn/ko/toolset/development-tools/92" title="???++7.3.1" class="phpmain_tab2_mids_top_img">
    												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58ab96f0f39f7357.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="???++7.3.1" />
    											</a>
    											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
    												<a href="http://www.miracleart.cn/ko/toolset/development-tools/92" title="???++7.3.1" class="phpmain_tab2_mids_title">
    													<h3>???++7.3.1</h3>
    												</a>
    												<p>???? ?? ?? ?? ???</p>
    											</div>
    										</div>
    																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://www.miracleart.cn/ko/toolset/development-tools/93" title="SublimeText3 ??? ??" class="phpmain_tab2_mids_top_img">
    												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58ab97a3baad9677.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="SublimeText3 ??? ??" />
    											</a>
    											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
    												<a href="http://www.miracleart.cn/ko/toolset/development-tools/93" title="SublimeText3 ??? ??" class="phpmain_tab2_mids_title">
    													<h3>SublimeText3 ??? ??</h3>
    												</a>
    												<p>??? ??, ???? ?? ????.</p>
    											</div>
    										</div>
    																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://www.miracleart.cn/ko/toolset/development-tools/121" title="???? 13.0.1 ???" class="phpmain_tab2_mids_top_img">
    												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58ab97ecd1ab2670.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="???? 13.0.1 ???" />
    											</a>
    											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
    												<a href="http://www.miracleart.cn/ko/toolset/development-tools/121" title="???? 13.0.1 ???" class="phpmain_tab2_mids_title">
    													<h3>???? 13.0.1 ???</h3>
    												</a>
    												<p>??? PHP ?? ?? ??</p>
    											</div>
    										</div>
    																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://www.miracleart.cn/ko/toolset/development-tools/469" title="???? CS6" class="phpmain_tab2_mids_top_img">
    												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58d0e0fc74683535.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="???? CS6" />
    											</a>
    											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
    												<a href="http://www.miracleart.cn/ko/toolset/development-tools/469" title="???? CS6" class="phpmain_tab2_mids_title">
    													<h3>???? CS6</h3>
    												</a>
    												<p>??? ? ?? ??</p>
    											</div>
    										</div>
    																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://www.miracleart.cn/ko/toolset/development-tools/500" title="SublimeText3 Mac ??" class="phpmain_tab2_mids_top_img">
    												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58d34035e2757995.png?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="SublimeText3 Mac ??" />
    											</a>
    											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
    												<a href="http://www.miracleart.cn/ko/toolset/development-tools/500" title="SublimeText3 Mac ??" class="phpmain_tab2_mids_title">
    													<h3>SublimeText3 Mac ??</h3>
    												</a>
    												<p>? ??? ?? ?? ?????(SublimeText3)</p>
    											</div>
    										</div>
    																	</div>
    								<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
    									<a href="http://www.miracleart.cn/ko/ai">???</a>
    								</div>
    							</div>
    						</div>
    										
    
    					
    					<div   id="377j5v51b"   class="phpgenera_Details_mainR4">
    						<div   id="377j5v51b"   class="phpmain1_4R_readrank">
    							<div   id="377j5v51b"   class="phpmain1_4R_readrank_top">
    								<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    									onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    									src="/static/imghw/hotarticle2.png" alt="" />
    								<h2>??? ??</h2>
    							</div>
    							<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottom">
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://www.miracleart.cn/ko/faq/laravel-tutori" title="??? ????" class="phpgenera_Details_mainR4_bottom_title">??? ????</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
    											<img src="/static/imghw/eyess.png" alt="" />
    											<span>1601</span>
    										</div>
    										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
    											<img src="/static/imghw/tiezi.png" alt="" />
    											<span>29</span>
    										</div>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://www.miracleart.cn/ko/faq/php-tutorial" title="PHP ????" class="phpgenera_Details_mainR4_bottom_title">PHP ????</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
    											<img src="/static/imghw/eyess.png" alt="" />
    											<span>1502</span>
    										</div>
    										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
    											<img src="/static/imghw/tiezi.png" alt="" />
    											<span>276</span>
    										</div>
    									</div>
    								</div>
    														</div>
    							<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
    								<a href="http://www.miracleart.cn/ko/faq/zt">???</a>
    							</div>
    						</div>
    					</div>
    				</div>
    			</div>
    					</div>
    	</main>
    	<footer>
        <div   id="377j5v51b"   class="footer">
            <div   id="377j5v51b"   class="footertop">
                <img src="/static/imghw/logo.png" alt="">
                <p>???? ??? PHP ??,PHP ???? ?? ??? ?????!</p>
            </div>
            <div   id="377j5v51b"   class="footermid">
                <a href="http://www.miracleart.cn/ko/about/us.html">?? ??</a>
                <a href="http://www.miracleart.cn/ko/about/disclaimer.html">?? ??</a>
                <a href="http://www.miracleart.cn/ko/update/article_0_1.html">Sitemap</a>
            </div>
            <div   id="377j5v51b"   class="footerbottom">
                <p>
                    ? php.cn All rights reserved
                </p>
            </div>
        </div>
    </footer>
    
    <input type="hidden" id="verifycode" value="/captcha.html">
    
    
    
    
    		<link rel='stylesheet' id='_main-css' href='/static/css/viewer.min.css?2' type='text/css' media='all' />
    	
    	
    	
    	
    	
    
    	
    	
    
    
    
    
    
    
    <footer>
    <div class="friendship-link">
    <p>感谢您访问我们的网站,您可能还对以下资源感兴趣:</p>
    <a href="http://www.miracleart.cn/" title="国产av日韩一区二区三区精品">国产av日韩一区二区三区精品</a>
    
    <div class="friend-links">
    
    
    </div>
    </div>
    
    </footer>
    
    
    <script>
    (function(){
        var bp = document.createElement('script');
        var curProtocol = window.location.protocol.split(':')[0];
        if (curProtocol === 'https') {
            bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
        }
        else {
            bp.src = 'http://push.zhanzhang.baidu.com/push.js';
        }
        var s = document.getElementsByTagName("script")[0];
        s.parentNode.insertBefore(bp, s);
    })();
    </script>
    </body><div id="so97r" class="pl_css_ganrao" style="display: none;"><td id="so97r"><form id="so97r"></form></td><fieldset id="so97r"><rp id="so97r"></rp></fieldset><u id="so97r"><legend id="so97r"></legend></u><u id="so97r"></u><tt id="so97r"><legend id="so97r"><menuitem id="so97r"><strike id="so97r"></strike></menuitem></legend></tt><acronym id="so97r"><noframes id="so97r"><span id="so97r"></span></noframes></acronym><sup id="so97r"><table id="so97r"><em id="so97r"></em></table></sup><table id="so97r"><wbr id="so97r"></wbr></table><tt id="so97r"><center id="so97r"><tr id="so97r"><big id="so97r"></big></tr></center></tt><em id="so97r"></em><form id="so97r"><progress id="so97r"><small id="so97r"><tfoot id="so97r"></tfoot></small></progress></form><track id="so97r"></track><th id="so97r"></th><video id="so97r"><pre id="so97r"><b id="so97r"><source id="so97r"></source></b></pre></video><dfn id="so97r"></dfn><form id="so97r"></form><address id="so97r"></address><optgroup id="so97r"><xmp id="so97r"><label id="so97r"><meter id="so97r"></meter></label></xmp></optgroup><b id="so97r"></b><form id="so97r"></form><kbd id="so97r"><strong id="so97r"><rp id="so97r"></rp></strong></kbd><tbody id="so97r"><strike id="so97r"><th id="so97r"></th></strike></tbody><dfn id="so97r"></dfn><legend id="so97r"></legend><mark id="so97r"></mark><optgroup id="so97r"></optgroup><th id="so97r"><tbody id="so97r"></tbody></th><nobr id="so97r"></nobr><ruby id="so97r"><dl id="so97r"></dl></ruby><label id="so97r"><mark id="so97r"><listing id="so97r"><dfn id="so97r"></dfn></listing></mark></label><label id="so97r"><legend id="so97r"></legend></label><u id="so97r"></u><font id="so97r"><style id="so97r"></style></font><strike id="so97r"><th id="so97r"></th></strike><ol id="so97r"><font id="so97r"></font></ol><style id="so97r"></style><pre id="so97r"></pre><bdo id="so97r"></bdo><strike id="so97r"><video id="so97r"><strike id="so97r"><button id="so97r"></button></strike></video></strike><pre id="so97r"><ol id="so97r"><small id="so97r"><rt id="so97r"></rt></small></ol></pre><small id="so97r"><style id="so97r"></style></small><pre id="so97r"><mark id="so97r"></mark></pre><strong id="so97r"></strong><dfn id="so97r"><thead id="so97r"><input id="so97r"><em id="so97r"></em></input></thead></dfn><style id="so97r"><delect id="so97r"><style id="so97r"></style></delect></style><em id="so97r"><pre id="so97r"></pre></em><span id="so97r"><optgroup id="so97r"><xmp id="so97r"><label id="so97r"></label></xmp></optgroup></span><bdo id="so97r"></bdo><form id="so97r"></form><big id="so97r"><video id="so97r"><dfn id="so97r"><abbr id="so97r"></abbr></dfn></video></big></div>
    
    </html>