{"id":1740,"date":"2024-11-10T17:34:35","date_gmt":"2024-11-10T09:34:35","guid":{"rendered":"https:\/\/fwq.ai\/blog\/1740\/"},"modified":"2024-11-10T17:34:35","modified_gmt":"2024-11-10T09:34:35","slug":"javascript%e4%b8%ad%e5%a6%82%e4%bd%95%e6%ad%a3%e7%a1%ae%e5%a3%b0%e6%98%8e%e5%92%8c%e8%b5%8b%e5%80%bc%e4%ba%8c%e7%bb%b4%e6%95%b0%e7%bb%84%ef%bc%9f","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/1740\/","title":{"rendered":"JavaScript\u4e2d\u5982\u4f55\u6b63\u786e\u58f0\u660e\u548c\u8d4b\u503c\u4e8c\u7ef4\u6570\u7ec4\uff1f"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/001\/246\/273\/173054760460667.jpg\" class=\"aligncenter\" title=\"JavaScript\u4e2d\u5982\u4f55\u6b63\u786e\u58f0\u660e\u548c\u8d4b\u503c\u4e8c\u7ef4\u6570\u7ec4\uff1f\u63d2\u56fe\" alt=\"JavaScript\u4e2d\u5982\u4f55\u6b63\u786e\u58f0\u660e\u548c\u8d4b\u503c\u4e8c\u7ef4\u6570\u7ec4\uff1f\u63d2\u56fe\" \/><\/p>\n<p><strong>js\u4e2d\u4e8c\u7ef4\u6570\u7ec4\u7684\u58f0\u660e\u4e0e\u8d4b\u503c<\/strong><\/p>\n<p>\u5728javascript\u4e2d\uff0c\u58f0\u660e\u548c\u8d4b\u503c\u4e8c\u7ef4\u6570\u7ec4\u65f6\uff0c\u9700\u8981\u6ce8\u610f\u4ee5\u4e0b\u51e0\u70b9\uff1a<\/p>\n<p>\u95ee\u9898\uff1a\u4e0b\u8ff0\u4ee3\u7801\u4e2d\uff0c\u5982\u4f55\u6b63\u786e\u58f0\u660e\u548c\u8d4b\u503c\u4e8c\u7ef4\u6570\u7ec4lists\uff1f<\/p>\n<pre>var lists = {};\n$(\"#model\").children(\"div\").each(function (i) {\n  lists[i][0] += $(\"#one\").val();\n  lists[i][1] += $(\"#two\").val();\n  lists[i][2] += $(\"#thtee\").val();\n  lists[i][3] += $(\"#four\").val();\n});<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u56de\u7b54\uff1a<\/p>\n<p><span>\u7acb\u5373\u5b66\u4e60<\/span>\u201c\u201d\uff1b<\/p>\n<p>\u6b64\u5904\u51fa\u73b0\u4e86\u4e00\u7cfb\u5217\u9519\u8bef\uff1a<\/p>\n<ul>\n<li>var lists = {};\u58f0\u660e\u7684\u662f\u4e00\u4e2a\u7a7a\u5bf9\u8c61\uff0c\u4e0d\u662f\u6570\u7ec4\u3002\u5e94\u8be5\u58f0\u660e\u4e3avar lists = [];\u3002<\/li>\n<li>lists[i]\u672a\u521d\u59cb\u5316\uff0c\u76f4\u63a5\u4f7f\u7528\u4f1a\u62a5\u9519\u3002\u5e94\u8be5\u5728\u5faa\u73af\u5f00\u59cb\u524d\u521d\u59cb\u5316\u4e3a\u4e00\u4e2a\u7a7a\u6570\u7ec4\uff0c\u5373lists[i] = [];\u3002<\/li>\n<li>\u6570\u7ec4\u7d22\u5f15\u4f7f\u7528\u4e0b\u6807\u51cf 1\uff0c\u5728 javascript \u4e2d\u6570\u7ec4\u4e0b\u6807\u4ece 0 \u5f00\u59cb\u3002<\/li>\n<\/ul>\n<p>\u56e0\u6b64\uff0c\u6b63\u786e\u7684\u4ee3\u7801\u5e94\u4e3a\uff1a<\/p>\n<pre>var lists = [];\n$(\"#Model\").children(\"div\").each(function (i) {\n  lists[i] = [];\n  lists[i][0] = $(\"#One\").val();\n  lists[i][1] = $(\"#Two\").val();\n  lists[i][2] = $(\"#Thtee\").val();\n  lists[i][3] = $(\"#Four\").val();\n});<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u4ee5\u4e0a\u5c31\u662fJavaScript\u4e2d\u5982\u4f55\u6b63\u786e\u58f0\u660e\u548c\u8d4b\u503c\u4e8c\u7ef4\u6570\u7ec4\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>js\u4e2d\u4e8c\u7ef4\u6570\u7ec4\u7684\u58f0\u660e\u4e0e\u8d4b\u503c \u5728javascript\u4e2d\uff0c\u58f0\u660e\u548c\u8d4b\u503c\u4e8c\u7ef4\u6570\u7ec4\u65f6\uff0c\u9700\u8981\u6ce8\u610f\u4ee5\u4e0b\u51e0\u70b9\uff1a \u95ee\u9898\uff1a\u4e0b\u8ff0\u4ee3\u7801\u4e2d\uff0c\u5982\u4f55\u6b63\u786e\u58f0\u660e\u548c\u8d4b\u503c\u4e8c\u7ef4\u6570\u7ec4lists\uff1f var lists = {}; $(&#8220;#model&#8221;).children(&#8220;div&#8221;).each(function (i) { lists[i][0] += $(&#8220;#one&#8221;).val(); lists[i][1] += $(&#8220;#two&#8221;).val(); lists[i][2] += $(&#8220;#thtee&#8221;).val(); lists[i][3] += $(&#8220;#four&#8221;).val(); }); \u767b\u5f55\u540e\u590d\u5236 \u56de\u7b54\uff1a \u7acb\u5373\u5b66\u4e60\u201c\u201d\uff1b \u6b64\u5904\u51fa\u73b0\u4e86\u4e00\u7cfb\u5217\u9519\u8bef\uff1a var lists = {};\u58f0\u660e\u7684\u662f\u4e00\u4e2a\u7a7a\u5bf9\u8c61\uff0c\u4e0d\u662f\u6570\u7ec4\u3002\u5e94\u8be5\u58f0\u660e\u4e3avar lists = [];\u3002 lists[i]\u672a\u521d\u59cb\u5316\uff0c\u76f4\u63a5\u4f7f\u7528\u4f1a\u62a5\u9519\u3002\u5e94\u8be5\u5728\u5faa\u73af\u5f00\u59cb\u524d\u521d\u59cb\u5316\u4e3a\u4e00\u4e2a\u7a7a\u6570\u7ec4\uff0c\u5373lists[i] = [];\u3002 \u6570\u7ec4\u7d22\u5f15\u4f7f\u7528\u4e0b\u6807\u51cf 1\uff0c\u5728 javascript \u4e2d\u6570\u7ec4\u4e0b\u6807\u4ece 0 \u5f00\u59cb\u3002 \u56e0\u6b64\uff0c\u6b63\u786e\u7684\u4ee3\u7801\u5e94\u4e3a\uff1a var lists = []; $(&#8220;#Model&#8221;).children(&#8220;div&#8221;).each(function (i) { lists[i] = []; lists[i][0] [&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-1740","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/1740","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=1740"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/1740\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=1740"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=1740"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=1740"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}