{"id":2411,"date":"2024-11-10T09:40:59","date_gmt":"2024-11-10T01:40:59","guid":{"rendered":"https:\/\/fwq.ai\/blog\/2411\/"},"modified":"2024-11-10T09:40:59","modified_gmt":"2024-11-10T01:40:59","slug":"%e4%bd%bf%e7%94%a8-%e6%a0%87%e7%ad%be%e8%ae%a9%e5%9b%be%e7%89%87%e6%b0%b4%e5%b9%b3%e6%8e%92%e5%88%97%e4%b8%ba%e4%bd%95%e4%bc%9a%e9%80%a0%e6%88%90%e6%a2%af%e5%bd%a2%e6%95%88%e6%9e%9c%ef%bc%9f","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/2411\/","title":{"rendered":"\u4f7f\u7528 &#8220; \u6807\u7b7e\u8ba9\u56fe\u7247\u6c34\u5e73\u6392\u5217\u4e3a\u4f55\u4f1a\u9020\u6210\u68af\u5f62\u6548\u679c\uff1f"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/001\/246\/273\/173072881663481.jpg\" class=\"aligncenter\" title=\"\u4f7f\u7528 &#8220; \u6807\u7b7e\u8ba9\u56fe\u7247\u6c34\u5e73\u6392\u5217\u4e3a\u4f55\u4f1a\u9020\u6210\u68af\u5f62\u6548\u679c\uff1f\u63d2\u56fe\" alt=\"\u4f7f\u7528 &#8220; \u6807\u7b7e\u8ba9\u56fe\u7247\u6c34\u5e73\u6392\u5217\u4e3a\u4f55\u4f1a\u9020\u6210\u68af\u5f62\u6548\u679c\uff1f\u63d2\u56fe\" \/><\/p>\n<p><strong> \u8ba9\u56fe\u7247\u6c34\u5e73\uff0c\u4f46\u5448\u73b0\u4e3a\u68af\u5f62\u7684\u539f\u56e0<\/strong><\/p>\n<p>\u5728\u5e03\u5c40\u56fe\u7247\u65f6\uff0c\u4f7f\u7528<br \/>\u6807\u7b7e\u6362\u884c\u53ef\u80fd\u4f1a\u5bfc\u81f4\u95ee\u9898\u3002\u5f53\u56fe\u7247\u5728<br \/>\u6807\u7b7e\u540e\u6d6e\u52a8\u65f6\uff0c\u5b83\u4eec\u4f1a\u968f\u7740\u6587\u672c\u6d41\u52a8\uff0c\u800c\u4e0d\u662f\u4fdd\u6301\u81ea\u5df1\u7684\u4e00\u884c\u3002<\/p>\n<p><strong>\u89e3\u51b3\u65b9\u6848<\/strong><\/p>\n<p>\u4e3a\u4e86\u89e3\u51b3\u8fd9\u4e2a\u95ee\u9898\uff0c\u53ef\u4ee5\u4f7f\u7528\u5f39\u6027\u5e03\u5c40\u3002\u5f39\u6027\u5e03\u5c40\u5141\u8bb8\u5143\u7d20\u6839\u636e\u53ef\u7528\u7a7a\u95f4\u52a8\u6001\u8c03\u6574\u5927\u5c0f\u548c\u4f4d\u7f6e\u3002<\/p>\n<p>\u91c7\u7528\u5f39\u6027\u5e03\u5c40\u540e\uff0c\u56fe\u7247\u5c06\u5360\u636e\u5269\u4f59\u7a7a\u95f4\uff0c\u5e76\u6c34\u5e73\u6392\u5217\u3002\u4ee5\u4e0b\u662f\u5982\u4f55\u4fee\u6539 css \u4ee3\u7801\u4ee5\u542f\u7528\u5f39\u6027\u5e03\u5c40\uff1a<\/p>\n<pre>.image-container {\n  display: flex;\n  flex-wrap: wrap;\n}<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p><strong>\u6700\u7ec8\u89e3\u51b3\u65b9\u6848<\/strong><\/p>\n<p>\u5b8c\u6574\u7684\u4fee\u8ba2\u540e\u7684 html \u548c css \u4ee3\u7801\u5982\u4e0b\uff1a<\/p>\n<p>html\uff1a<\/p>\n<pre>&lt;!doctype html&gt;\n&lt;html&gt;\n&lt;head&gt;\n    &lt;title&gt;image gallery&lt;\/title&gt;\n    &lt;style&gt;\n        .image-container {\n            display: flex;\n            flex-wrap: wrap;\n        }\n        .image-container img {\n            max-width: 100px;\n            margin-right: 10px;\n        }\n        h1 {\n            clear: both;\n        }\n    &lt;\/style&gt;\n&lt;\/head&gt;\n&lt;body&gt;\n    &lt;h1&gt;image gallery&lt;\/h1&gt;\n    &lt;div class=\"image-container\"&gt;\n        {sample_image_tags}\n    &lt;\/div&gt;\n    \n    &lt;h1&gt;image gallery&lt;\/h1&gt;\n    &lt;div class=\"image-container\"&gt; \n        {meta_image_tags}\n    &lt;\/div&gt;\n&lt;\/body&gt;\n&lt;\/html&gt;<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>css\uff1a<\/p>\n<pre>.image-container {\n  display: flex;\n  flex-wrap: wrap;\n}\n\n.image-container img {\n  max-width: 100px;\n  margin-right: 10px;\n}<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u4f7f\u7528 &#8220; \u6807\u7b7e\u8ba9\u56fe\u7247\u6c34\u5e73\u4e3a\u4f55\u4f1a\u9020\u6210\u68af\u5f62\u6548\u679c\uff1f\u7684\u8be6\u7ec6\u5185\u5bb9\uff0c\u66f4\u591a\u8bf7\u5173\u6ce8\u7c73\u4e91\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u8ba9\u56fe\u7247\u6c34\u5e73\uff0c\u4f46\u5448\u73b0\u4e3a\u68af\u5f62\u7684\u539f\u56e0 \u5728\u5e03\u5c40\u56fe\u7247\u65f6\uff0c\u4f7f\u7528\u6807\u7b7e\u6362\u884c\u53ef\u80fd\u4f1a\u5bfc\u81f4\u95ee\u9898\u3002\u5f53\u56fe\u7247\u5728\u6807\u7b7e\u540e\u6d6e\u52a8\u65f6\uff0c\u5b83\u4eec\u4f1a\u968f\u7740\u6587\u672c\u6d41\u52a8\uff0c\u800c\u4e0d\u662f\u4fdd\u6301\u81ea\u5df1\u7684\u4e00\u884c\u3002 \u89e3\u51b3\u65b9\u6848 \u4e3a\u4e86\u89e3\u51b3\u8fd9\u4e2a\u95ee\u9898\uff0c\u53ef\u4ee5\u4f7f\u7528\u5f39\u6027\u5e03\u5c40\u3002\u5f39\u6027\u5e03\u5c40\u5141\u8bb8\u5143\u7d20\u6839\u636e\u53ef\u7528\u7a7a\u95f4\u52a8\u6001\u8c03\u6574\u5927\u5c0f\u548c\u4f4d\u7f6e\u3002 \u91c7\u7528\u5f39\u6027\u5e03\u5c40\u540e\uff0c\u56fe\u7247\u5c06\u5360\u636e\u5269\u4f59\u7a7a\u95f4\uff0c\u5e76\u6c34\u5e73\u6392\u5217\u3002\u4ee5\u4e0b\u662f\u5982\u4f55\u4fee\u6539 css \u4ee3\u7801\u4ee5\u542f\u7528\u5f39\u6027\u5e03\u5c40\uff1a .image-container { display: flex; flex-wrap: wrap; } \u767b\u5f55\u540e\u590d\u5236 \u6700\u7ec8\u89e3\u51b3\u65b9\u6848 \u5b8c\u6574\u7684\u4fee\u8ba2\u540e\u7684 html \u548c css \u4ee3\u7801\u5982\u4e0b\uff1a html\uff1a &lt;!doctype html&gt; &lt;html&gt; &lt;head&gt; &lt;title&gt;image gallery&lt;\/title&gt; &lt;style&gt; .image-container { display: flex; flex-wrap: wrap; } .image-container img { max-width: 100px; margin-right: 10px; } h1 { clear: both; } &lt;\/style&gt; &lt;\/head&gt; &lt;body&gt; &lt;h1&gt;image gallery&lt;\/h1&gt; &lt;div [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[],"class_list":["post-2411","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/2411","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/comments?post=2411"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/2411\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=2411"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=2411"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=2411"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}