{"id":2233,"date":"2024-11-10T13:31:02","date_gmt":"2024-11-10T05:31:02","guid":{"rendered":"https:\/\/fwq.ai\/blog\/2233\/"},"modified":"2024-11-10T13:31:02","modified_gmt":"2024-11-10T05:31:02","slug":"%e5%a6%82%e4%bd%95%e5%9c%a8-div-%e4%b8%ad%e5%8a%a0%e8%bd%bd%e5%8f%a6%e4%b8%80%e4%b8%aa%e9%a1%b5%e9%9d%a2%e7%9a%84-div-%e5%86%85%e5%ae%b9%ef%bc%9f","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/2233\/","title":{"rendered":"\u5982\u4f55\u5728 Div \u4e2d\u52a0\u8f7d\u53e6\u4e00\u4e2a\u9875\u9762\u7684 Div \u5185\u5bb9\uff1f"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/001\/246\/273\/173069570979174.jpg\" class=\"aligncenter\" title=\"\u5982\u4f55\u5728 Div \u4e2d\u52a0\u8f7d\u53e6\u4e00\u4e2a\u9875\u9762\u7684 Div \u5185\u5bb9\uff1f\u63d2\u56fe\" alt=\"\u5982\u4f55\u5728 Div \u4e2d\u52a0\u8f7d\u53e6\u4e00\u4e2a\u9875\u9762\u7684 Div \u5185\u5bb9\uff1f\u63d2\u56fe\" \/><\/p>\n<p><strong>\u5982\u4f55\u5728 div \u4e2d\u52a0\u8f7d\u53e6\u4e00\u4e2a\u9875\u9762\u7684 div \u5185\u5bb9<\/strong><\/p>\n<p><strong>\u9700\u6c42\uff1a<\/strong><\/p>\n<p>\u5728\u9875\u9762\u4e00\u4e2d\uff0c\u5b58\u5728\u4e00\u4e2a div \u5143\u7d20\uff0c\u5e0c\u671b\u5c06\u5176\u5185\u5bb9\u66ff\u6362\u4e3a\u9875\u9762\u4e8c\u4e2d\u53e6\u4e00\u4e2a div \u5143\u7d20\u7684\u5185\u5bb9\u3002<\/p>\n<p><strong>\u89e3\u51b3\u65b9\u6848\uff1a<\/strong><\/p>\n<p>\u4f7f\u7528 jquery \u7684 ajax \u65b9\u6cd5\uff1a<\/p>\n<pre>$.ajax({\n    type: \"post\",\n    url: url,\n    data: params,\n    async: false,\n    success: function(data) {\n        var strBegin = data.indexOf(\"&lt;body&gt;\");\n        var strEnd = data.indexOf(\"&lt;\/body&gt;\");\n        var strHtml = data.substring(strBegin + 6, strEnd);\n        $(\"#result\").html(strHtml);\n    }\n});<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p><strong>\u8bf4\u660e\uff1a<\/strong><\/p>\n<ul>\n<li>url \u4e3a\u9875\u9762\u4e8c\u7684\u5730\u5740\u3002<\/li>\n<li>params \u4e3a\u53d1\u9001\u5230\u9875\u9762\u4e8c\u7684\u6570\u636e\uff08\u5982\u6709\u9700\u8981\uff09\u3002<\/li>\n<li>async \u8bbe\u7f6e\u4e3a false\uff0c\u8868\u793a\u540c\u6b65\u52a0\u8f7d\u3002<\/li>\n<li>strbegin \u548c strend \u7528\u4e8e\u4ece\u9875\u9762\u4e8c\u83b7\u53d6 html \u5185\u5bb9\u3002<\/li>\n<li>$(&#8220;#result&#8221;).html(strhtml); \u5c06\u9875\u9762\u4e8c\u7684 div \u5185\u5bb9\u52a0\u8f7d\u5230 #result div \u4e2d\u3002<\/li>\n<\/ul>\n<p>\u4ee5\u4e0a\u5c31\u662f\u5982\u4f55\u5728 Div \u4e2d\u52a0\u8f7d\u53e6\u4e00\u4e2a\u9875\u9762\u7684 Div \u5185\u5bb9\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>\u5982\u4f55\u5728 div \u4e2d\u52a0\u8f7d\u53e6\u4e00\u4e2a\u9875\u9762\u7684 div \u5185\u5bb9 \u9700\u6c42\uff1a \u5728\u9875\u9762\u4e00\u4e2d\uff0c\u5b58\u5728\u4e00\u4e2a div \u5143\u7d20\uff0c\u5e0c\u671b\u5c06\u5176\u5185\u5bb9\u66ff\u6362\u4e3a\u9875\u9762\u4e8c\u4e2d\u53e6\u4e00\u4e2a div \u5143\u7d20\u7684\u5185\u5bb9\u3002 \u89e3\u51b3\u65b9\u6848\uff1a \u4f7f\u7528 jquery \u7684 ajax \u65b9\u6cd5\uff1a $.ajax({ type: &#8220;post&#8221;, url: url, data: params, async: false, success: function(data) { var strBegin = data.indexOf(&#8220;&lt;body&gt;&#8221;); var strEnd = data.indexOf(&#8220;&lt;\/body&gt;&#8221;); var strHtml = data.substring(strBegin + 6, strEnd); $(&#8220;#result&#8221;).html(strHtml); } }); \u767b\u5f55\u540e\u590d\u5236 \u8bf4\u660e\uff1a url \u4e3a\u9875\u9762\u4e8c\u7684\u5730\u5740\u3002 params \u4e3a\u53d1\u9001\u5230\u9875\u9762\u4e8c\u7684\u6570\u636e\uff08\u5982\u6709\u9700\u8981\uff09\u3002 async \u8bbe\u7f6e\u4e3a [&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-2233","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/2233","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=2233"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/2233\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=2233"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=2233"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=2233"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}