<blockquote id="y4bpl"></blockquote>
    <\/code>\n<\/li>\n<\/ul>ページ コントローラーと html_test_1、html_test_2、html_test_3、html_test_4 アクションを使用してテスト ページを生成します<\/details>\n

    <\/h3>展開(kāi)…
    \n「」バッシュ\n$ Rails g コントローラー ページ html_test_1 html_test_2 html_test_3 html_test_4\n app\/controllers\/pages_controller.rb を作成します\n ルート取得「pages\/html_test_1」\n 「pages\/html_test_2」を取得\n 「pages\/html_test_3」を取得\n 「pages\/html_test_4」を取得\n 呼び出す者\(yùn)n アプリ\/ビュー\/ページを作成する\n app\/views\/pages\/html_test_1.html.erb を作成します\n app\/views\/pages\/html_test_2.html.erb を作成します\n app\/views\/pages\/html_test_3.html.erb を作成します\n app\/views\/pages\/html_test_4.html.erb を作成します\n ヘルパーを呼び出す\n app\/helpers\/pages_helper.rb を作成します\n「」\n\n<\/summary>コントローラーとアクションの作成時(shí)にルートも追加されるため、次のリンクから作成したアクションにアクセスできます:
      \n
    • \n
    • \nlocalhost:3000\/pages\/html_test_1<\/code>\n<\/li>\n
    • \nlocalhost:3000\/pages\/html_test_2<\/code>\n<\/li>\n
    • \nlocalhost:3000\/pages\/html_test_3<\/code>\n<\/li>\n
    • \nlocalhost:3000\/pages\/html_test_4<\/code>\n<\/li>VSCode を使用して <\/ul> ファイルを開(kāi)きます

      \nconfig\/routes.rb<\/code>\n<\/h3>ファイルの最後に次の行を追加して、ページ ルートが以前に作成したページ コントローラーと html_test_1 アクションを指すようにします。このようにして、Web サイトまたはシステムにアクセスすると、最初に表示されるページはページ コントローラーの html_test_1 ページになります。それ以外の場(chǎng)合は、Rails のデフォルト ページが表示されます。
        \n
      • \n<\/li>\n<\/ul>\n
        \n    <\/title><meta content=\"width=device-width,initial-scale=1\" name=\"viewport\"><\/meta><meta content=\"yes\" name=\"apple-mobile-web-app-capable\"><\/meta><meta content=\"yes\" name=\"mobile-web-app-capable\"><\/meta><link href=\"\/icon.png\" rel=\"icon\" type=\"image\/png\"><\/link><link href=\"\/icon.svg\" rel=\"icon\" type=\"image\/svg+xml\"><\/link><link href=\"\/icon.png\" rel=\"apple-touch-icon\"><\/link><\/pre>コントローラーの作成時(shí)に <ul> パラメーターが渡された場(chǎng)合、作成されたアクションのルートの追加を無(wú)視できます。完全なコマンドは <code>rails g controller pages html_test_1 html_test_2 html_test_3 html_test_4 --skip-routes<\/code><\/li> になります。\n<\/ul>\n<\/details>\n<h3>Rails ルートを表示<\/h3>\n<details><summary>展開(kāi)…<\/summary>ターミナルを使用して、ルートを表示するコントローラー (`-c` を使用)、たとえばページ コントローラーを指定できます。\n<pre><code>$ rails -v\nRails 8.0.0\n\n$ time rails new classless-css-local\n...\nreal    0m47.500s\nuser    0m33.052s\nsys     0m4.249s<\/code><\/pre>\n<p>または、次のコマンドを使用してすべてのルートを表示できます: <\/p>\n<pre><code>$ cd classless-css-local && code .<\/code><\/pre>\n<ul>\n<li>アドレス <code>http:\/\/127.0.0.1:3000\/rails\/info\/routes<\/code> を使用してブラウザ経由でルートにアクセスすることもできます。プロジェクトルートで <code>bin\/dev<\/code> を使用して開(kāi)発サーバーを起動(dòng)するか、<code>rails server<\/code> を使用して標(biāo)準(zhǔn)の Rails サーバーを起動(dòng)することを忘れないでください。開(kāi)発サーバーは、必要な処理を?qū)g行してユーザーに提供するために、JavaScript および CSS ファイルへの変更を「リッスン」します。 <\/li>\n<li>これらのファイルへの変更をブラウザに即座に反映させるには、Rails Live Reload などの gem をインストールする必要があります。 <\/li>\n<\/ul>\n<\/details>\n<h3>CSS スタイルをテストするために、HTML コンテンツを含む 4 つのページを作成します。 <\/h3>\n<p>Ruby on Rails は、デフォルトで MVC (Model-View-Controller) アーキテクチャを使用してプロジェクト編成を開(kāi)始します。ほとんどのコードは次のフォルダーに編成されています: <\/p>\n<ul>\n<li>コードがドメイン\/ビジネス ロジックおよびデータに関連している場(chǎng)合は、<code>app\/models<\/code> フォルダーに保存してください。\n<\/li>表示関連のコード (HTML、JSON、XML など) は <li> フォルダーに配置されます。\n<code>app\/views<\/code>リクエストのライフサイクルに関連するコードは、<\/li> フォルダーに配置されます。\n<li>\n<code>app\/controllers<\/code>紙面の都合上、以降の手順は省略させていただきます。  上記はオリジナルのテキストから擬似的にオリジナル化されており、畫像の元の形式と場(chǎng)所が保持されていることに注意してください。  完全な疑似オリジナルには、殘りの部分も同様に書き直す必要があります。 <\/li>\n<\/ul>"}	</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">
        <h1><a href="http://m.miracleart.cn/">国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂</a></h1>
        	<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://m.miracleart.cn/ja/" 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://m.miracleart.cn/ja/article.html" title="記事" class="languagechoosea on">記事</a>
                                    <a href="http://m.miracleart.cn/ja/faq/zt" title="トピックス" class="languagechoosea">トピックス</a>
                                    <a href="http://m.miracleart.cn/ja/wenda.html" title="に質(zhì)問(wèn)" class="languagechoosea">に質(zhì)問(wèn)</a>
                                </div>
                            </div>
                        </div>
        
                        <div   id="377j5v51b"   class="head_navs">
                            <a href="javascript:;" title="學(xué)ぶ" class="head_nava head_nava-template1_1">學(xué)ぶ</a>
                            <div   class="377j5v51b"   id="dropdown-template1_1" style="display: none;">
                                <div   id="377j5v51b"   class="languagechoose">
                                    <a href="http://m.miracleart.cn/ja/course.html" title="コース" class="languagechoosea on">コース</a>
                                    <a href="http://m.miracleart.cn/ja/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://m.miracleart.cn/ja/toolset/development-tools" title="開(kāi)発ツール" class="languagechoosea on">開(kāi)発ツール</a>
                                    <a href="http://m.miracleart.cn/ja/toolset/website-source-code" title="公式サイト" class="languagechoosea">公式サイト</a>
                                    <a href="http://m.miracleart.cn/ja/toolset/php-libraries" title="PHP ライブラリ" class="languagechoosea">PHP ライブラリ</a>
                                    <a href="http://m.miracleart.cn/ja/toolset/js-special-effects" title="JS特殊効果" class="languagechoosea on">JS特殊効果</a>
                                    <a href="http://m.miracleart.cn/ja/toolset/website-materials" title="サイト素材" class="languagechoosea on">サイト素材</a>
                                    <a href="http://m.miracleart.cn/ja/toolset/extension-plug-ins" title="拡張プラグイン" class="languagechoosea on">拡張プラグイン</a>
                                </div>
                            </div>
                        </div>
        
                        <div   id="377j5v51b"   class="head_navs">
                            <a href="http://m.miracleart.cn/ja/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://m.miracleart.cn/ja/game" title="ゲームのダウンロード" class="languagechoosea on">ゲームのダウンロード</a>
                                    <a href="http://m.miracleart.cn/ja/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('ja')" class="search-input" type="text" autocomplete="off" name="keywords" required="required" placeholder="Block,address,transaction,news" value="">
                        <a href="javascript:;" title="検索"  onclick="searchs('ja')"><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">日本語(yǔ)<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="簡(jiǎn)體中文" class="languagechoosea">簡(jiǎn)體中文</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:;" title="日本語(yǔ)" class="languagechoosea">日本語(yǔ)</a>
                                                        <a href="javascript:setlang('ko');" 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_main1L">
        					<div   id="377j5v51b"   class="Article_Details_main1Lmain" id="Article_Details_main1Lmain">
        						<div   id="377j5v51b"   class="Article_Details_main1L1">目次</div>
        						<div   id="377j5v51b"   class="Article_Details_main1L2" id="Article_Details_main1L2">
        							<!-- 左側(cè)懸浮,文章定位標(biāo)題1 id="Article_Details_main1L2s_1"-->
        															<div   id="377j5v51b"   class="Article_Details_main1L2s ">
        									<a href="#新しい-Rails-アプリを作成する" title="新しい Rails アプリを作成する" >新しい Rails アプリを作成する</a>
        								</div>
        																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
        									<a href="#VSCode-またはお?dú)荬巳毪辘违ē钎%郡蚴褂盲筏匹抓恁弗Д趣蜷_(kāi)きます" title="VSCode またはお?dú)荬巳毪辘违ē钎%郡蚴褂盲筏匹抓恁弗Д趣蜷_(kāi)きます" >VSCode またはお?dú)荬巳毪辘违ē钎%郡蚴褂盲筏匹抓恁弗Д趣蜷_(kāi)きます</a>
        								</div>
        																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
        									<a href="#Rails-ルートを表示" title="Rails ルートを表示" >Rails ルートを表示</a>
        								</div>
        																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
        									<a href="#CSS-スタイルをテストするために-HTML-コンテンツを含む-つのページを作成します" title="CSS スタイルをテストするために、HTML コンテンツを含む 4 つのページを作成します。 " >CSS スタイルをテストするために、HTML コンテンツを含む 4 つのページを作成します。 </a>
        								</div>
        														</div>
        					</div>
        				</div>
        							<div   id="377j5v51b"   class="Article_Details_main1M">
        					<div   id="377j5v51b"   class="phpgenera_Details_mainL1">
        						<a href="http://m.miracleart.cn/ja/" title="ホームページ"
        							class="phpgenera_Details_mainL1a">ホームページ</a>
        						<img src="/static/imghw/top_right.png" alt="" />
        												<a href="http://m.miracleart.cn/ja/web-designer.html"
        							class="phpgenera_Details_mainL1a">ウェブフロントエンド</a>
        						<img src="/static/imghw/top_right.png" alt="" />
        												<a href="http://m.miracleart.cn/ja/css-tutorial.html"
        							class="phpgenera_Details_mainL1a">CSSチュートリアル</a>
        						<img src="/static/imghw/top_right.png" alt="" />
        						<span>Ruby on Rails フロントエンド フレームワーク CSS クラスレス または クラスライト sem CDN</span>
        					</div>
        					
        					<div   id="377j5v51b"   class="Articlelist_txts">
        						<div   id="377j5v51b"   class="Articlelist_txts_info">
        							<h1 class="Articlelist_txts_title">Ruby on Rails フロントエンド フレームワーク CSS クラスレス または クラスライト sem CDN</h1>
        							<div   id="377j5v51b"   class="Articlelist_txts_info_head">
        								<div   id="377j5v51b"   class="author_info">
        									<a href="http://m.miracleart.cn/ja/member/1468490.html"  class="author_avatar">
        									<img class="lazy"  data-src="https://img.php.cn/upload/avatar/000/000/001/66ea8170af62b832.png" src="/static/imghw/default1.png" alt="Barbara Streisand">
        									</a>
        									<div   id="377j5v51b"   class="author_detail">
        																			<a href="http://m.miracleart.cn/ja/member/1468490.html" class="author_name">Barbara Streisand</a>
                                        										</div>
        								</div>
                        			</div>
        							<span id="377j5v51b"    class="Articlelist_txts_time">Jan 13, 2025 am	 10:20 AM</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><img src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/173673484675675.jpg" class="lazy" alt="Ruby on Rails  Frontend Rápido com Frameworks CSS Classless ou Class-Light sem CDN"></p>
        <blockquote>
        <p>この記事では前の記事と同じトピックについて説明しますが、前の記事では CDN でホストされる CSS フレームワークを使用しましたが、この記事ではローカル CSS ファイルを使用し、それらをプロジェクト フォルダーにコピーします。 </p>
        </blockquote>
        <h3 id="新しい-Rails-アプリを作成する">新しい Rails アプリを作成する</h3>
        <ul>
        <li>
        <code>rails serve</code> コマンド実行前の時(shí)間は、コマンド実行の合計(jì)時(shí)間を表示するために使用されます。次の例では 47 秒かかりました。 </li>
        </ul>
        <pre class="brush:php;toolbar:false"><code>$ rails -v
        Rails 8.0.0
        
        $ time rails new classless-css-local
        ...
        real    0m47.500s
        user    0m33.052s
        sys     0m4.249s</code></pre>
        <p>Rails 8 は、「ビルドなし」の理念に基づいて、デフォルトで Propshaft をアセット パイプライン ライブラリとして使用し、Importmap を JavaScript ライブラリとして使用します。 Importmap は JavaScript を使用しません。 </p>
        <h3 id="VSCode-またはお?dú)荬巳毪辘违ē钎%郡蚴褂盲筏匹抓恁弗Д趣蜷_(kāi)きます">VSCode またはお?dú)荬巳毪辘违ē钎%郡蚴褂盲筏匹抓恁弗Д趣蜷_(kāi)きます</h3>
        <pre class="brush:php;toolbar:false"><code>$ rails -v
        Rails 8.0.0
        
        $ time rails new classless-css-local
        ...
        real    0m47.500s
        user    0m33.052s
        sys     0m4.249s</code></pre>
        <h3>Rails のデフォルトのレイアウトについて學(xué)ぶ <code>app/views/layouts/application.html.erb</code>
        </h3>
        <details><summary>展開(kāi)…</summary>- 構(gòu)成より規(guī)約 (CoC) の原則に従って、Rails はすべてのページをレンダリングするためのデフォルト レイアウトとして `application.html.erb` を使用します。
        - Rails 8 の元のファイルの內(nèi)容は、以下と同じか類似している必要があります。
        <pre class="brush:php;toolbar:false"><code>$ cd classless-css-local && code .</code></pre>
        <ul>
        <li>
        <code><head></code> タグの上部には、ページのレンダリングと通常の操作に重要な構(gòu)造要素が含まれています。 <code><head></code> タグは、ページの動(dòng)作 (JavaScript を使用)、外観 (CSS を使用)、他のシステムやサービスとの関連付け、CSRF や CSP 保護(hù)などのセキュリティ構(gòu)成を構(gòu)成するのに役立つメタデータと重要なリソースを含めるために使用されます。 >
        </li>ページのメインコンテンツは、ERB タグを介して <li> 內(nèi)にレンダリングされます。このタグは、Rails で動(dòng)的にレンダリングされたビュー コンテンツを含めるための統(tǒng)合ポイントとして機(jī)能します。
        <code><body></code>
        </li>
        </ul>ページ コントローラーと html_test_1、html_test_2、html_test_3、html_test_4 アクションを使用してテスト ページを生成します</details>
        <h3></h3>展開(kāi)…<details>
        「」バッシュ
        $ Rails g コントローラー ページ html_test_1 html_test_2 html_test_3 html_test_4
              app/controllers/pages_controller.rb を作成します
               ルート取得「pages/html_test_1」
                      「pages/html_test_2」を取得
                      「pages/html_test_3」を取得
                      「pages/html_test_4」を取得
              呼び出す者
              アプリ/ビュー/ページを作成する
              app/views/pages/html_test_1.html.erb を作成します
              app/views/pages/html_test_2.html.erb を作成します
              app/views/pages/html_test_3.html.erb を作成します
              app/views/pages/html_test_4.html.erb を作成します
              ヘルパーを呼び出す
              app/helpers/pages_helper.rb を作成します
        「」
        <summary>
        </summary>コントローラーとアクションの作成時(shí)にルートも追加されるため、次のリンクから作成したアクションにアクセスできます: <ul>
        <li>
        <li>
        <code>localhost:3000/pages/html_test_1</code>
        </li>
        <li>
        <code>localhost:3000/pages/html_test_2</code>
        </li>
        <li>
        <code>localhost:3000/pages/html_test_3</code>
        </li>
        <li>
        <code>localhost:3000/pages/html_test_4</code>
        </li>VSCode を使用して </ul> ファイルを開(kāi)きます<h3>
        <code>config/routes.rb</code>
        </h3>ファイルの最後に次の行を追加して、ページ ルートが以前に作成したページ コントローラーと html_test_1 アクションを指すようにします。このようにして、Web サイトまたはシステムにアクセスすると、最初に表示されるページはページ コントローラーの html_test_1 ページになります。それ以外の場(chǎng)合は、Rails のデフォルト ページが表示されます。 <ul>
        <li>
        </li>
        </ul>
        <pre class='brush:php;toolbar:false;'>
            <title></title><meta content="width=device-width,initial-scale=1" name="viewport"></meta><meta content="yes" name="apple-mobile-web-app-capable"></meta><meta content="yes" name="mobile-web-app-capable"></meta><link href="/icon.png" rel="icon" type="image/png"></link><link href="/icon.svg" rel="icon" type="image/svg+xml"></link><link href="/icon.png" rel="apple-touch-icon"></link></pre>コントローラーの作成時(shí)に <ul> パラメーターが渡された場(chǎng)合、作成されたアクションのルートの追加を無(wú)視できます。完全なコマンドは <code>rails g controller pages html_test_1 html_test_2 html_test_3 html_test_4 --skip-routes</code></li> になります。
        </ul>
        </details>
        <h3 id="Rails-ルートを表示">Rails ルートを表示</h3>
        <details><summary>展開(kāi)…</summary>ターミナルを使用して、ルートを表示するコントローラー (`-c` を使用)、たとえばページ コントローラーを指定できます。
        <pre class="brush:php;toolbar:false"><code>$ rails -v
        Rails 8.0.0
        
        $ time rails new classless-css-local
        ...
        real    0m47.500s
        user    0m33.052s
        sys     0m4.249s</code></pre>
        <p>または、次のコマンドを使用してすべてのルートを表示できます: </p>
        <pre class="brush:php;toolbar:false"><code>$ cd classless-css-local && code .</code></pre>
        <ul>
        <li>アドレス <code>http://127.0.0.1:3000/rails/info/routes</code> を使用してブラウザ経由でルートにアクセスすることもできます。プロジェクトルートで <code>bin/dev</code> を使用して開(kāi)発サーバーを起動(dòng)するか、<code>rails server</code> を使用して標(biāo)準(zhǔn)の Rails サーバーを起動(dòng)することを忘れないでください。開(kāi)発サーバーは、必要な処理を?qū)g行してユーザーに提供するために、JavaScript および CSS ファイルへの変更を「リッスン」します。 </li>
        <li>これらのファイルへの変更をブラウザに即座に反映させるには、Rails Live Reload などの gem をインストールする必要があります。 </li>
        </ul>
        </details>
        <h3 id="CSS-スタイルをテストするために-HTML-コンテンツを含む-つのページを作成します">CSS スタイルをテストするために、HTML コンテンツを含む 4 つのページを作成します。 </h3>
        <p>Ruby on Rails は、デフォルトで MVC (Model-View-Controller) アーキテクチャを使用してプロジェクト編成を開(kāi)始します。ほとんどのコードは次のフォルダーに編成されています: </p>
        <ul>
        <li>コードがドメイン/ビジネス ロジックおよびデータに関連している場(chǎng)合は、<code>app/models</code> フォルダーに保存してください。
        </li>表示関連のコード (HTML、JSON、XML など) は <li> フォルダーに配置されます。
        <code>app/views</code>リクエストのライフサイクルに関連するコードは、</li> フォルダーに配置されます。
        <li>
        <code>app/controllers</code>紙面の都合上、以降の手順は省略させていただきます。  上記はオリジナルのテキストから擬似的にオリジナル化されており、畫像の元の形式と場(chǎng)所が保持されていることに注意してください。  完全な疑似オリジナルには、殘りの部分も同様に書き直す必要があります。 </li>
        </ul><p>以上がRuby on Rails フロントエンド フレームワーク CSS クラスレス または クラスライト sem CDNの詳細(xì)內(nèi)容です。詳細(xì)については、PHP 中國(guó)語(yǔ) Web サイトの他の関連記事を參照してください。</p>
        
        
        						</div>
        					</div>
        					<div   id="377j5v51b"   class="wzconShengming_sp">
        						<div   id="377j5v51b"   class="bzsmdiv_sp">このウェブサイトの聲明</div>
        						<div>この記事の內(nèi)容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰屬します。このサイトは、それに相當(dāng)する法的責(zé)任を負(fù)いません。盜作または侵害の疑いのあるコンテンツを見(jiàn)つけた場(chǎng)合は、admin@php.cn までご連絡(luò)ください。</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://m.miracleart.cn/ja/faq/1796827210.html" title="Oguri Cap Build Guide |かなりのダービーズメソム" class="phpgenera_Details_mainR4_bottom_title">Oguri Cap Build Guide |かなりのダービーズメソム</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://m.miracleart.cn/ja/faq/1796828723.html" title="Agnes Tachyonビルドガイド|かなりのダービーズメソム" class="phpgenera_Details_mainR4_bottom_title">Agnes Tachyonビルドガイド|かなりのダービーズメソム</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://m.miracleart.cn/ja/faq/1796832397.html" title="グラスワンダービルドガイド|ウマゴサメはかなりダービーです" class="phpgenera_Details_mainR4_bottom_title">グラスワンダービルドガイド|ウマゴサメはかなりダービーです</a>
        									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
        										<span>2週間前</span>
        										<span>By Jack chen</span>
        									</div>
        								</div>
        															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
        									<a href="http://m.miracleart.cn/ja/faq/1796823726.html" title="ピークエモート方法" class="phpgenera_Details_mainR4_bottom_title">ピークエモート方法</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://m.miracleart.cn/ja/faq/1796827375.html" title="KB5060829を修正する方法インストールとその他の報(bào)告バグ" class="phpgenera_Details_mainR4_bottom_title">KB5060829を修正する方法インストールとその他の報(bào)告バグ</a>
        									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
        										<span>3週間前</span>
        										<span>By DDD</span>
        									</div>
        								</div>
        														</div>
        							<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
        								<a href="http://m.miracleart.cn/ja/article.html">もっと見(jiàn)る</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://m.miracleart.cn/ja/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://m.miracleart.cn/ja/ai/undress-ai-tool" title="Undress AI Tool" class="phpmain_tab2_mids_title">
        													<h3>Undress AI Tool</h3>
        												</a>
        												<p>脫衣畫像を無(wú)料で</p>
        											</div>
        										</div>
        																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
        											<a href="http://m.miracleart.cn/ja/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://m.miracleart.cn/ja/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://m.miracleart.cn/ja/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://m.miracleart.cn/ja/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://m.miracleart.cn/ja/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://m.miracleart.cn/ja/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://m.miracleart.cn/ja/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://m.miracleart.cn/ja/ai/video-swap" title="Video Face Swap" class="phpmain_tab2_mids_title">
        													<h3>Video Face Swap</h3>
        												</a>
        												<p>完全無(wú)料の AI 顔交換ツールを使用して、あらゆるビデオの顔を簡(jiǎn)単に交換できます。</p>
        											</div>
        										</div>
        																</div>
        								<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
        									<a href="http://m.miracleart.cn/ja/ai">もっと見(jiàn)る</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://m.miracleart.cn/ja/faq/1796827210.html" title="Oguri Cap Build Guide |かなりのダービーズメソム" class="phpgenera_Details_mainR4_bottom_title">Oguri Cap Build Guide |かなりのダービーズメソム</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://m.miracleart.cn/ja/faq/1796828723.html" title="Agnes Tachyonビルドガイド|かなりのダービーズメソム" class="phpgenera_Details_mainR4_bottom_title">Agnes Tachyonビルドガイド|かなりのダービーズメソム</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://m.miracleart.cn/ja/faq/1796832397.html" title="グラスワンダービルドガイド|ウマゴサメはかなりダービーです" class="phpgenera_Details_mainR4_bottom_title">グラスワンダービルドガイド|ウマゴサメはかなりダービーです</a>
        									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
        										<span>2週間前</span>
        										<span>By Jack chen</span>
        									</div>
        								</div>
        															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
        									<a href="http://m.miracleart.cn/ja/faq/1796823726.html" title="ピークエモート方法" class="phpgenera_Details_mainR4_bottom_title">ピークエモート方法</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://m.miracleart.cn/ja/faq/1796827375.html" title="KB5060829を修正する方法インストールとその他の報(bào)告バグ" class="phpgenera_Details_mainR4_bottom_title">KB5060829を修正する方法インストールとその他の報(bào)告バグ</a>
        									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
        										<span>3週間前</span>
        										<span>By DDD</span>
        									</div>
        								</div>
        														</div>
        							<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
        								<a href="http://m.miracleart.cn/ja/article.html">もっと見(jiàn)る</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://m.miracleart.cn/ja/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://m.miracleart.cn/ja/toolset/development-tools/92" title="メモ帳++7.3.1" class="phpmain_tab2_mids_title">
        													<h3>メモ帳++7.3.1</h3>
        												</a>
        												<p>使いやすく無(wú)料のコードエディター</p>
        											</div>
        										</div>
        																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
        											<a href="http://m.miracleart.cn/ja/toolset/development-tools/93" title="SublimeText3 中國(guó)語(yǔ)版" 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 中國(guó)語(yǔ)版" />
        											</a>
        											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
        												<a href="http://m.miracleart.cn/ja/toolset/development-tools/93" title="SublimeText3 中國(guó)語(yǔ)版" class="phpmain_tab2_mids_title">
        													<h3>SublimeText3 中國(guó)語(yǔ)版</h3>
        												</a>
        												<p>中國(guó)語(yǔ)版、とても使いやすい</p>
        											</div>
        										</div>
        																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
        											<a href="http://m.miracleart.cn/ja/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://m.miracleart.cn/ja/toolset/development-tools/121" title="ゼンドスタジオ 13.0.1" class="phpmain_tab2_mids_title">
        													<h3>ゼンドスタジオ 13.0.1</h3>
        												</a>
        												<p>強(qiáng)力な PHP 統(tǒng)合開(kāi)発環(huán)境</p>
        											</div>
        										</div>
        																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
        											<a href="http://m.miracleart.cn/ja/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://m.miracleart.cn/ja/toolset/development-tools/469" title="ドリームウィーバー CS6" class="phpmain_tab2_mids_title">
        													<h3>ドリームウィーバー CS6</h3>
        												</a>
        												<p>ビジュアル Web 開(kāi)発ツール</p>
        											</div>
        										</div>
        																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
        											<a href="http://m.miracleart.cn/ja/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://m.miracleart.cn/ja/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://m.miracleart.cn/ja/ai">もっと見(jiàn)る</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://m.miracleart.cn/ja/faq/java-tutorial" title="Java チュートリアル" class="phpgenera_Details_mainR4_bottom_title">Java チュートリアル</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>1793</span>
        										</div>
        										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
        											<img src="/static/imghw/tiezi.png" alt="" />
        											<span>16</span>
        										</div>
        									</div>
        								</div>
        															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
        									<a href="http://m.miracleart.cn/ja/faq/cakephp-tutor" title="CakePHP チュートリアル" class="phpgenera_Details_mainR4_bottom_title">CakePHP チュートリアル</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>1735</span>
        										</div>
        										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
        											<img src="/static/imghw/tiezi.png" alt="" />
        											<span>56</span>
        										</div>
        									</div>
        								</div>
        															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
        									<a href="http://m.miracleart.cn/ja/faq/laravel-tutori" title="Laravel チュートリアル" class="phpgenera_Details_mainR4_bottom_title">Laravel チュートリアル</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>1587</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://m.miracleart.cn/ja/faq/nytminicrosswordanswe" title="NYTミニクロスワードの回答" class="phpgenera_Details_mainR4_bottom_title">NYTミニクロスワードの回答</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>267</span>
        										</div>
        										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
        											<img src="/static/imghw/tiezi.png" alt="" />
        											<span>587</span>
        										</div>
        									</div>
        								</div>
        															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
        									<a href="http://m.miracleart.cn/ja/faq/newyorktimesdailybrief" title="NYTの接続はヒントと回答です" class="phpgenera_Details_mainR4_bottom_title">NYTの接続はヒントと回答です</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>120</span>
        										</div>
        										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
        											<img src="/static/imghw/tiezi.png" alt="" />
        											<span>836</span>
        										</div>
        									</div>
        								</div>
        														</div>
        							<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
        								<a href="http://m.miracleart.cn/ja/faq/zt">もっと見(jiàn)る</a>
        							</div>
        						</div>
        					</div>
        				</div>
        			</div>
        							<div   id="377j5v51b"   class="Article_Details_main2">
        					<div   id="377j5v51b"   class="phpgenera_Details_mainL4">
        						<div   id="377j5v51b"   class="phpmain1_2_top">
        							<a href="javascript:void(0);" class="phpmain1_2_top_title">Related knowledge<img
        									src="/static/imghw/index2_title2.png" alt="" /></a>
        						</div>
        						<div   id="377j5v51b"   class="phpgenera_Details_mainL4_info">
        
        													<div   id="377j5v51b"   class="phphistorical_Version2_mids">
        								<a href="http://m.miracleart.cn/ja/faq/1796823628.html" title="「レンダリングブロッキングCSS」とは何ですか?" class="phphistorical_Version2_mids_img">
        									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175069693197174.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="「レンダリングブロッキングCSS」とは何ですか?" />
        								</a>
        								<a href="http://m.miracleart.cn/ja/faq/1796823628.html" title="「レンダリングブロッキングCSS」とは何ですか?" class="phphistorical_Version2_mids_title">「レンダリングブロッキングCSS」とは何ですか?</a>
        								<span id="377j5v51b"    class="Articlelist_txts_time">Jun 24, 2025 am	 12:42 AM</span>
        								<p class="Articlelist_txts_p">ブラウザは、特にインポートされたスタイルシート、ヘッダーのインラインCSS、および最適化されていないメディアクエリスタイルを使用して、ブラウザがインラインおよび外部CSSをデフォルトで主要なリソースとして表示するため、ページレンダリングをブロックします。 1.重要なCSSを抽出し、HTMLに埋め込みます。 2。JavaScriptを介して非クリティカルなCSSの読み込みを遅らせる。 3.メディア屬性を使用して、印刷スタイルなどのロードを最適化します。 4.リクエストを減らすためにCSSを圧縮およびマージします。ツールを使用してキーCSSを抽出し、REL = "Preload"非同期負(fù)荷を組み合わせ、過(guò)度の分割と複雑なスクリプト制御を避けるためにメディア遅延荷重を合理的に使用することをお?jiǎng)幛幛筏蓼埂?/p>
        							</div>
        														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
        								<a href="http://m.miracleart.cn/ja/faq/1796828180.html" title="Autoprefixerとは何ですか?それはどのように機(jī)能しますか?" class="phphistorical_Version2_mids_img">
        									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175139012130913.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="Autoprefixerとは何ですか?それはどのように機(jī)能しますか?" />
        								</a>
        								<a href="http://m.miracleart.cn/ja/faq/1796828180.html" title="Autoprefixerとは何ですか?それはどのように機(jī)能しますか?" class="phphistorical_Version2_mids_title">Autoprefixerとは何ですか?それはどのように機(jī)能しますか?</a>
        								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 02, 2025 am	 01:15 AM</span>
        								<p class="Articlelist_txts_p">Autoprefixerは、ターゲットブラウザスコープに基づいてCSS屬性にベンダープレフィックスを自動(dòng)的に追加するツールです。 1.エラーで接頭辭を手動(dòng)で維持する問(wèn)題を解決します。 2. PostCSSプラグインフォーム、CSSを解析し、プレフィックスする必要がある屬性を分析し、構(gòu)成に従ってコードを生成する屬性を分析します。 3.使用手順には、プラグインのインストール、ブラウザーリストの設(shè)定、ビルドプロセスでそれらを有効にすることが含まれます。 4。メモには、接頭辭を手動(dòng)で追加しない、構(gòu)成の更新を保持すること、すべての屬性ではなくプレフィックスを維持することが含まれ、プリ??プロセッサでそれらを使用することをお?jiǎng)幛幛筏蓼埂?/p>
        							</div>
        														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
        								<a href="http://m.miracleart.cn/ja/faq/1796828149.html" title="粘著性ヘッダーまたはフッターを作成するためのCSSチュートリアル" class="phphistorical_Version2_mids_img">
        									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/431/639/175138946074845.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="粘著性ヘッダーまたはフッターを作成するためのCSSチュートリアル" />
        								</a>
        								<a href="http://m.miracleart.cn/ja/faq/1796828149.html" title="粘著性ヘッダーまたはフッターを作成するためのCSSチュートリアル" class="phphistorical_Version2_mids_title">粘著性ヘッダーまたはフッターを作成するためのCSSチュートリアル</a>
        								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 02, 2025 am	 01:04 AM</span>
        								<p class="Articlelist_txts_p">to CreateStickyheadersandfooterswithcss、使用ポジション:Stickyforheaderswithtopvalueandz-index、ParentContainersdon’trestrictit.1.forstickyheaders:Setposition:Sticky、Top:0、Z-Index、およびBackgroundColor.2</p>
        							</div>
        														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
        								<a href="http://m.miracleart.cn/ja/faq/1796827610.html" title="conic-gradient()関數(shù)とは何ですか?" class="phphistorical_Version2_mids_img">
        									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175130377175874.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="conic-gradient()関數(shù)とは何ですか?" />
        								</a>
        								<a href="http://m.miracleart.cn/ja/faq/1796827610.html" title="conic-gradient()関數(shù)とは何ですか?" class="phphistorical_Version2_mids_title">conic-gradient()関數(shù)とは何ですか?</a>
        								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 01, 2025 am	 01:16 AM</span>
        								<p class="Articlelist_txts_p">TheConic-Gradient()functionsscreateScular勾配の勾配は、測(cè)定されていることを確認(rèn)してください</p>
        							</div>
        														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
        								<a href="http://m.miracleart.cn/ja/faq/1796823987.html" title="CSSカスタムプロパティの範(fàn)囲は何ですか?" class="phphistorical_Version2_mids_img">
        									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175078178180985.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="CSSカスタムプロパティの範(fàn)囲は何ですか?" />
        								</a>
        								<a href="http://m.miracleart.cn/ja/faq/1796823987.html" title="CSSカスタムプロパティの範(fàn)囲は何ですか?" class="phphistorical_Version2_mids_title">CSSカスタムプロパティの範(fàn)囲は何ですか?</a>
        								<span id="377j5v51b"    class="Articlelist_txts_time">Jun 25, 2025 am	 12:16 AM</span>
        								<p class="Articlelist_txts_p">CSSカスタムプロパティの範(fàn)囲は宣言のコンテキストに依存します。通常、グローバル変數(shù)は次のように定義されます。一方、ローカル変數(shù)は、スタイルのコンポーネント化と分離のために特定のセレクター內(nèi)で定義されます。たとえば、.cardクラスで定義されている変數(shù)は、クラスとその子供に一致する要素でのみ使用できます。ベストプラクティスには以下が含まれます。1。使用:ルートトピック色などのグローバル変數(shù)を定義する。 2。コンポーネント內(nèi)のローカル変數(shù)を定義して、カプセル化を?qū)g裝します。 3.同じ変數(shù)を繰り返し宣言しないでください。 4.セレクターの特異性によって引き起こされる可能性のあるカバレッジの問(wèn)題に注意してください。さらに、CSS変數(shù)はケースに敏感であり、エラーを回避するために使用する前に定義する必要があります。変數(shù)が未定義の場(chǎng)合、または參照が失敗した場(chǎng)合、フォールバック値またはデフォルト値の初期が使用されます。デバッグは、ブラウザ開(kāi)発者を介して実行できます</p>
        							</div>
        														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
        								<a href="http://m.miracleart.cn/ja/faq/1796828118.html" title="モバイルファーストデザインに焦點(diǎn)を當(dāng)てたCSSチュートリアル" class="phphistorical_Version2_mids_img">
        									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/431/639/175138874138984.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="モバイルファーストデザインに焦點(diǎn)を當(dāng)てたCSSチュートリアル" />
        								</a>
        								<a href="http://m.miracleart.cn/ja/faq/1796828118.html" title="モバイルファーストデザインに焦點(diǎn)を當(dāng)てたCSSチュートリアル" class="phphistorical_Version2_mids_title">モバイルファーストデザインに焦點(diǎn)を當(dāng)てたCSSチュートリアル</a>
        								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 02, 2025 am	 12:52 AM</span>
        								<p class="Articlelist_txts_p">Mobile-firstcsssdesignRequiresTtingtheviewportatatag、使用、stylumsmallscreensup、optimingTouchTargets.first.second、cecond、em、orreminsteadofpixelseders.ths.thsthird、writebasethirdird、addtocontrolscaling.second、addtocontrolscaling.second</p>
        							</div>
        														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
        								<a href="http://m.miracleart.cn/ja/faq/1796831408.html" title="ロードスピナーとアニメーションを作成するためのCSSチュートリアル" class="phphistorical_Version2_mids_img">
        									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/431/639/175181807052041.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="ロードスピナーとアニメーションを作成するためのCSSチュートリアル" />
        								</a>
        								<a href="http://m.miracleart.cn/ja/faq/1796831408.html" title="ロードスピナーとアニメーションを作成するためのCSSチュートリアル" class="phphistorical_Version2_mids_title">ロードスピナーとアニメーションを作成するためのCSSチュートリアル</a>
        								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 07, 2025 am	 12:07 AM</span>
        								<p class="Articlelist_txts_p">CSSロード回転子を作成するには3つの方法があります。1。境界の基本回転子を使用して、HTMLとCSSを介してシンプルなアニメーションを?qū)g現(xiàn)します。 2。複數(shù)のポイントのカスタム回転子を使用して、異なる遅延時(shí)間を経てジャンプ効果を?qū)g現(xiàn)します。 3.ボタンに回転子を追加し、JavaScriptを介してクラスを切り替えて、読み込みステータスを表示します。各アプローチは、ユーザーエクスペリエンスを向上させるために、色、サイズ、アクセシビリティ、パフォーマンスの最適化などのデザインの詳細(xì)の重要性を強(qiáng)調(diào)しています。</p>
        							</div>
        														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
        								<a href="http://m.miracleart.cn/ja/faq/1796828119.html" title="ビューポート內(nèi)でグリッド全體を中央に配置する方法は?" class="phphistorical_Version2_mids_img">
        									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175138878123538.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="ビューポート內(nèi)でグリッド全體を中央に配置する方法は?" />
        								</a>
        								<a href="http://m.miracleart.cn/ja/faq/1796828119.html" title="ビューポート內(nèi)でグリッド全體を中央に配置する方法は?" class="phphistorical_Version2_mids_title">ビューポート內(nèi)でグリッド全體を中央に配置する方法は?</a>
        								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 02, 2025 am	 12:53 AM</span>
        								<p class="Articlelist_txts_p">グリッドレイアウト全體をビューポートの中心にするには、次の方法で実現(xiàn)できます。1。マージンを使用して水平センタリングを?qū)g現(xiàn)し、固定レイアウトに適した固定幅を設(shè)定するためにコンテナを設(shè)定する必要があります。 2。FlexBoxを使用して、外側(cè)の容器內(nèi)のJustify-ContentおよびAlign-Itemsプロパティを設(shè)定し、Min-Height:100VHを組み合わせて、フルスクリーンディスプレイシナリオに適した垂直および水平センタリングを?qū)g現(xiàn)します。 3. CSSGridのPlace-ITEMSプロパティを使用して、親コンテナをすばやく中央に集中させます。これは、シンプルで最新のブラウザからの適切なサポートがあり、同時(shí)に、親コンテナが十分な高さを確保する必要があります。各方法には、適用されるシナリオと制限があります。実際のニーズに応じて適切なソリューションを選択するだけです。</p>
        							</div>
        													</div>
        
        													<a href="http://m.miracleart.cn/ja/web-designer.html" class="phpgenera_Details_mainL4_botton">
        								<span>See all articles</span>
        								<img src="/static/imghw/down_right.png" alt="" />
        							</a>
        											</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 學(xué)習(xí)者の迅速な成長(zhǎng)を支援します!</p>
                </div>
                <div   id="377j5v51b"   class="footermid">
                    <a href="http://m.miracleart.cn/ja/about/us.html">私たちについて</a>
                    <a href="http://m.miracleart.cn/ja/about/disclaimer.html">免責(zé)事項(xiàng)</a>
                    <a href="http://m.miracleart.cn/ja/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://m.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="y6fym" class="pl_css_ganrao" style="display: none;"><source id="y6fym"><xmp id="y6fym"></xmp></source><kbd id="y6fym"><tbody id="y6fym"><td id="y6fym"></td></tbody></kbd><pre id="y6fym"><progress id="y6fym"></progress></pre><abbr id="y6fym"><li id="y6fym"><source id="y6fym"></source></li></abbr><nav id="y6fym"><rt id="y6fym"><mark id="y6fym"><ins id="y6fym"></ins></mark></rt></nav><video id="y6fym"><object id="y6fym"><sup id="y6fym"><progress id="y6fym"></progress></sup></object></video><ins id="y6fym"><optgroup id="y6fym"><var id="y6fym"><strong id="y6fym"></strong></var></optgroup></ins><bdo id="y6fym"><optgroup id="y6fym"></optgroup></bdo><optgroup id="y6fym"></optgroup><input id="y6fym"></input><table id="y6fym"><optgroup id="y6fym"><legend id="y6fym"></legend></optgroup></table><nav id="y6fym"></nav><th id="y6fym"></th><small id="y6fym"></small><address id="y6fym"><kbd id="y6fym"><strong id="y6fym"><label id="y6fym"></label></strong></kbd></address><dfn id="y6fym"><source id="y6fym"></source></dfn><object id="y6fym"></object><input id="y6fym"><wbr id="y6fym"><big id="y6fym"></big></wbr></input><progress id="y6fym"></progress><tfoot id="y6fym"></tfoot><dd id="y6fym"><del id="y6fym"><ul id="y6fym"></ul></del></dd><object id="y6fym"></object><input id="y6fym"><div id="y6fym"><big id="y6fym"><option id="y6fym"></option></big></div></input><big id="y6fym"></big><rp id="y6fym"></rp><noframes id="y6fym"><rp id="y6fym"><input id="y6fym"></input></rp></noframes><font id="y6fym"><dfn id="y6fym"></dfn></font><acronym id="y6fym"></acronym><listing id="y6fym"><tbody id="y6fym"></tbody></listing><acronym id="y6fym"></acronym><noframes id="y6fym"><abbr id="y6fym"></abbr></noframes><wbr id="y6fym"><meter id="y6fym"><ruby id="y6fym"><i id="y6fym"></i></ruby></meter></wbr><form id="y6fym"></form><dd id="y6fym"><video id="y6fym"><track id="y6fym"></track></video></dd><dd id="y6fym"><ruby id="y6fym"><menu id="y6fym"><input id="y6fym"></input></menu></ruby></dd><dfn id="y6fym"><source id="y6fym"></source></dfn><address id="y6fym"><kbd id="y6fym"><strong id="y6fym"><label id="y6fym"></label></strong></kbd></address><strong id="y6fym"></strong><del id="y6fym"></del><big id="y6fym"></big><dfn id="y6fym"><big id="y6fym"><dfn id="y6fym"></dfn></big></dfn><style id="y6fym"><tbody id="y6fym"></tbody></style><th id="y6fym"></th><blockquote id="y6fym"><th id="y6fym"><object id="y6fym"><s id="y6fym"></s></object></th></blockquote><rp id="y6fym"></rp><progress id="y6fym"><button id="y6fym"><table id="y6fym"></table></button></progress><listing id="y6fym"><wbr id="y6fym"></wbr></listing><cite id="y6fym"></cite><center id="y6fym"><rp id="y6fym"><nav id="y6fym"><dfn id="y6fym"></dfn></nav></rp></center><acronym id="y6fym"><del id="y6fym"><nobr id="y6fym"><listing id="y6fym"></listing></nobr></del></acronym></div>
        
        </html>