{"id":1631,"date":"2022-11-26T00:34:51","date_gmt":"2022-11-26T00:34:51","guid":{"rendered":"http:\/\/feellikelearning.com\/?p=1631"},"modified":"2022-11-26T01:15:48","modified_gmt":"2022-11-26T01:15:48","slug":"use-javascript-to-extract-content","status":"publish","type":"post","link":"https:\/\/feellikelearning.com\/index.php\/2022\/11\/26\/use-javascript-to-extract-content\/","title":{"rendered":"\u7528Javascript\u6293\u53d6\u7f51\u9875\u5185\u5bb9"},"content":{"rendered":"\n<h2>\u6253\u5370\u7f51\u9875\u6240\u6709h2\u7684\u5185\u5bb9<\/h2>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"js\" data-enlighter-theme=\"monokai\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">Array.from(document.querySelectorAll('h2')).map(x => console.log(x.textContent))\n<\/pre>\n\n\n\n<p><code data-enlighter-language=\"generic\" class=\"EnlighterJSRAW\">document.querySelectorAll<\/code>\u8fd4\u56de\u7c7b\u578b\u4e3a<code data-enlighter-language=\"generic\" class=\"EnlighterJSRAW\">NodeList<\/code>\uff0c<code data-enlighter-language=\"generic\" class=\"EnlighterJSRAW\">NodeList<\/code>\u662f\u4e0d\u80fd\u7528map\u65b9\u6cd5\u7684\u3002\u6240\u4ee5\u9700\u8981\u7528<code data-enlighter-language=\"generic\" class=\"EnlighterJSRAW\">Array.from<\/code>\u5148\u628a<code data-enlighter-language=\"generic\" class=\"EnlighterJSRAW\">NodeList<\/code>\u8f6c\u6362\u6210<code data-enlighter-language=\"generic\" class=\"EnlighterJSRAW\">array<\/code>\uff0c\u5c31\u53ef\u4ee5\u7528<code>map<\/code>\u5bf9\u6bcf\u4e2a\u5143\u7d20\u64cd\u4f5c\u4e86\u3002<\/p>\n\n\n\n<p><code data-enlighter-language=\"generic\" class=\"EnlighterJSRAW\">querySelectorAll<\/code>\u7684\u53c2\u6570\u548cCSS\u4e00\u6837<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><code data-enlighter-language=\"generic\" class=\"EnlighterJSRAW\">querySelectorAll<\/code>\u7684\u8f93\u5165<\/td><td>\u9009\u4e2dDOM\u4f8b\u5b50<\/td><\/tr><tr><td>h2<\/td><td>select by tag &lt;h2> &lt;\/h2><\/td><\/tr><tr><td>.cls1.cls2.cls3<\/td><td>select by class name &lt;h2 class=&#8221;cls1 cls2 cls3&#8243;>&lt;\/h2><\/td><\/tr><tr><td>#id1<\/td><td>select by id &lt;h2 id=&#8221;id1&#8243;>&lt;\/h2> <\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>\u9664\u4e86\u7528\u4e5f\u53ef\u4ee5\u7528<code data-enlighter-language=\"generic\" class=\"EnlighterJSRAW\">document.querySelectorAll<\/code>\u4e5f\u53ef\u4ee5\u7528<code>document.getElementsByTagName<\/code>\u8fbe\u5230\u4e00\u6837\u6548\u679c\u3002<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"js\" data-enlighter-theme=\"monokai\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">Array.from(document.getElementsByTagName('h2')).map(x => console.log(x.textContent))<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u6253\u5370\u7f51\u9875\u6240\u6709h2\u7684\u5185\u5bb9 document.querySelectorAll\u8fd4\u56de\u7c7b\u578b\u4e3aNodeList\uff0cNodeList\u662f\u4e0d\u80fd\u7528map\u65b9\u6cd5\u7684\u3002\u6240\u4ee5\u9700\u8981\u7528Array.from\u5148\u628aNodeList\u8f6c\u6362\u6210array\uff0c\u5c31\u53ef\u4ee5\u7528map\u5bf9\u6bcf\u4e2a\u5143\u7d20\u64cd\u4f5c\u4e86\u3002 querySelectorAll\u7684\u53c2\u6570\u548cCSS\u4e00\u6837 querySelectorAll\u7684\u8f93\u5165 \u9009\u4e2dDOM\u4f8b\u5b50 h2 select by tag &lt;h2> &lt;\/h2> .cls1.cls2.cls3 select by class name &lt;h2 class=&#8221;cls1 cls2 cls3&#8243;>&lt;\/h2> #id1 select by id &lt;h2 id=&#8221;id1&#8243;>&lt;\/h2> \u9664\u4e86\u7528\u4e5f\u53ef\u4ee5\u7528document.querySelectorAll\u4e5f\u53ef\u4ee5\u7528document.getElementsByTagName\u8fbe\u5230\u4e00\u6837\u6548\u679c\u3002<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_mi_skip_tracking":false},"categories":[1],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.10 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u7528Javascript\u6293\u53d6\u7f51\u9875\u5185\u5bb9 | Feel Like Learning<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/feellikelearning.com\/index.php\/2022\/11\/26\/use-javascript-to-extract-content\/?variant=zh-hant\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u7528Javascript\u6293\u53d6\u7f51\u9875\u5185\u5bb9 | Feel Like Learning\" \/>\n<meta property=\"og:description\" content=\"\u6253\u5370\u7f51\u9875\u6240\u6709h2\u7684\u5185\u5bb9 document.querySelectorAll\u8fd4\u56de\u7c7b\u578b\u4e3aNodeList\uff0cNodeList\u662f\u4e0d\u80fd\u7528map\u65b9\u6cd5\u7684\u3002\u6240\u4ee5\u9700\u8981\u7528Array.from\u5148\u628aNodeList\u8f6c\u6362\u6210array\uff0c\u5c31\u53ef\u4ee5\u7528map\u5bf9\u6bcf\u4e2a\u5143\u7d20\u64cd\u4f5c\u4e86\u3002 querySelectorAll\u7684\u53c2\u6570\u548cCSS\u4e00\u6837 querySelectorAll\u7684\u8f93\u5165 \u9009\u4e2dDOM\u4f8b\u5b50 h2 select by tag &lt;h2&gt; &lt;\/h2&gt; .cls1.cls2.cls3 select by class name &lt;h2 class=&#8221;cls1 cls2 cls3&#8243;&gt;&lt;\/h2&gt; #id1 select by id &lt;h2 id=&#8221;id1&#8243;&gt;&lt;\/h2&gt; \u9664\u4e86\u7528\u4e5f\u53ef\u4ee5\u7528document.querySelectorAll\u4e5f\u53ef\u4ee5\u7528document.getElementsByTagName\u8fbe\u5230\u4e00\u6837\u6548\u679c\u3002\" \/>\n<meta property=\"og:url\" content=\"https:\/\/feellikelearning.com\/index.php\/2022\/11\/26\/use-javascript-to-extract-content\/?variant=zh-hant\" \/>\n<meta property=\"og:site_name\" content=\"Feel Like Learning\" \/>\n<meta property=\"article:published_time\" content=\"2022-11-26T00:34:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-11-26T01:15:48+00:00\" \/>\n<meta name=\"author\" content=\"feellikelearning\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"feellikelearning\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/feellikelearning.com\/index.php\/2022\/11\/26\/use-javascript-to-extract-content\/?variant=zh-hant#article\",\"isPartOf\":{\"@id\":\"https:\/\/feellikelearning.com\/index.php\/2022\/11\/26\/use-javascript-to-extract-content\/?variant=zh-hant\"},\"author\":{\"name\":\"feellikelearning\",\"@id\":\"https:\/\/feellikelearning.com\/#\/schema\/person\/91fb815bebebf166c217b5e3764d437a\"},\"headline\":\"\u7528Javascript\u6293\u53d6\u7f51\u9875\u5185\u5bb9\",\"datePublished\":\"2022-11-26T00:34:51+00:00\",\"dateModified\":\"2022-11-26T01:15:48+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/feellikelearning.com\/index.php\/2022\/11\/26\/use-javascript-to-extract-content\/?variant=zh-hant\"},\"wordCount\":38,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/feellikelearning.com\/#\/schema\/person\/91fb815bebebf166c217b5e3764d437a\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/feellikelearning.com\/index.php\/2022\/11\/26\/use-javascript-to-extract-content\/?variant=zh-hant#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/feellikelearning.com\/index.php\/2022\/11\/26\/use-javascript-to-extract-content\/?variant=zh-hant\",\"url\":\"https:\/\/feellikelearning.com\/index.php\/2022\/11\/26\/use-javascript-to-extract-content\/?variant=zh-hant\",\"name\":\"\u7528Javascript\u6293\u53d6\u7f51\u9875\u5185\u5bb9 | Feel Like Learning\",\"isPartOf\":{\"@id\":\"https:\/\/feellikelearning.com\/#website\"},\"datePublished\":\"2022-11-26T00:34:51+00:00\",\"dateModified\":\"2022-11-26T01:15:48+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/feellikelearning.com\/index.php\/2022\/11\/26\/use-javascript-to-extract-content\/?variant=zh-hant#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/feellikelearning.com\/index.php\/2022\/11\/26\/use-javascript-to-extract-content\/?variant=zh-hant\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/feellikelearning.com\/index.php\/2022\/11\/26\/use-javascript-to-extract-content\/?variant=zh-hant#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/feellikelearning.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u7528Javascript\u6293\u53d6\u7f51\u9875\u5185\u5bb9\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/feellikelearning.com\/#website\",\"url\":\"https:\/\/feellikelearning.com\/\",\"name\":\"Feel Like Learning\",\"description\":\"\u7a0b\u5e8f\uff5c\u751f\u6d3b\uff5c\u5b66\u5230\u5c31\u662f\u8d5a\u5230\",\"publisher\":{\"@id\":\"https:\/\/feellikelearning.com\/#\/schema\/person\/91fb815bebebf166c217b5e3764d437a\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/feellikelearning.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/feellikelearning.com\/#\/schema\/person\/91fb815bebebf166c217b5e3764d437a\",\"name\":\"feellikelearning\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/feellikelearning.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/72a1e86e9dcb0332e88bd7d54fd36c28?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/72a1e86e9dcb0332e88bd7d54fd36c28?s=96&d=mm&r=g\",\"caption\":\"feellikelearning\"},\"logo\":{\"@id\":\"https:\/\/feellikelearning.com\/#\/schema\/person\/image\/\"},\"url\":\"https:\/\/feellikelearning.com\/index.php\/author\/feellikelearning\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u7528Javascript\u6293\u53d6\u7f51\u9875\u5185\u5bb9 | Feel Like Learning","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/feellikelearning.com\/index.php\/2022\/11\/26\/use-javascript-to-extract-content\/?variant=zh-hant","og_locale":"en_US","og_type":"article","og_title":"\u7528Javascript\u6293\u53d6\u7f51\u9875\u5185\u5bb9 | Feel Like Learning","og_description":"\u6253\u5370\u7f51\u9875\u6240\u6709h2\u7684\u5185\u5bb9 document.querySelectorAll\u8fd4\u56de\u7c7b\u578b\u4e3aNodeList\uff0cNodeList\u662f\u4e0d\u80fd\u7528map\u65b9\u6cd5\u7684\u3002\u6240\u4ee5\u9700\u8981\u7528Array.from\u5148\u628aNodeList\u8f6c\u6362\u6210array\uff0c\u5c31\u53ef\u4ee5\u7528map\u5bf9\u6bcf\u4e2a\u5143\u7d20\u64cd\u4f5c\u4e86\u3002 querySelectorAll\u7684\u53c2\u6570\u548cCSS\u4e00\u6837 querySelectorAll\u7684\u8f93\u5165 \u9009\u4e2dDOM\u4f8b\u5b50 h2 select by tag &lt;h2> &lt;\/h2> .cls1.cls2.cls3 select by class name &lt;h2 class=&#8221;cls1 cls2 cls3&#8243;>&lt;\/h2> #id1 select by id &lt;h2 id=&#8221;id1&#8243;>&lt;\/h2> \u9664\u4e86\u7528\u4e5f\u53ef\u4ee5\u7528document.querySelectorAll\u4e5f\u53ef\u4ee5\u7528document.getElementsByTagName\u8fbe\u5230\u4e00\u6837\u6548\u679c\u3002","og_url":"https:\/\/feellikelearning.com\/index.php\/2022\/11\/26\/use-javascript-to-extract-content\/?variant=zh-hant","og_site_name":"Feel Like Learning","article_published_time":"2022-11-26T00:34:51+00:00","article_modified_time":"2022-11-26T01:15:48+00:00","author":"feellikelearning","twitter_card":"summary_large_image","twitter_misc":{"Written by":"feellikelearning","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/feellikelearning.com\/index.php\/2022\/11\/26\/use-javascript-to-extract-content\/?variant=zh-hant#article","isPartOf":{"@id":"https:\/\/feellikelearning.com\/index.php\/2022\/11\/26\/use-javascript-to-extract-content\/?variant=zh-hant"},"author":{"name":"feellikelearning","@id":"https:\/\/feellikelearning.com\/#\/schema\/person\/91fb815bebebf166c217b5e3764d437a"},"headline":"\u7528Javascript\u6293\u53d6\u7f51\u9875\u5185\u5bb9","datePublished":"2022-11-26T00:34:51+00:00","dateModified":"2022-11-26T01:15:48+00:00","mainEntityOfPage":{"@id":"https:\/\/feellikelearning.com\/index.php\/2022\/11\/26\/use-javascript-to-extract-content\/?variant=zh-hant"},"wordCount":38,"commentCount":0,"publisher":{"@id":"https:\/\/feellikelearning.com\/#\/schema\/person\/91fb815bebebf166c217b5e3764d437a"},"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/feellikelearning.com\/index.php\/2022\/11\/26\/use-javascript-to-extract-content\/?variant=zh-hant#respond"]}]},{"@type":"WebPage","@id":"https:\/\/feellikelearning.com\/index.php\/2022\/11\/26\/use-javascript-to-extract-content\/?variant=zh-hant","url":"https:\/\/feellikelearning.com\/index.php\/2022\/11\/26\/use-javascript-to-extract-content\/?variant=zh-hant","name":"\u7528Javascript\u6293\u53d6\u7f51\u9875\u5185\u5bb9 | Feel Like Learning","isPartOf":{"@id":"https:\/\/feellikelearning.com\/#website"},"datePublished":"2022-11-26T00:34:51+00:00","dateModified":"2022-11-26T01:15:48+00:00","breadcrumb":{"@id":"https:\/\/feellikelearning.com\/index.php\/2022\/11\/26\/use-javascript-to-extract-content\/?variant=zh-hant#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/feellikelearning.com\/index.php\/2022\/11\/26\/use-javascript-to-extract-content\/?variant=zh-hant"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/feellikelearning.com\/index.php\/2022\/11\/26\/use-javascript-to-extract-content\/?variant=zh-hant#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/feellikelearning.com\/"},{"@type":"ListItem","position":2,"name":"\u7528Javascript\u6293\u53d6\u7f51\u9875\u5185\u5bb9"}]},{"@type":"WebSite","@id":"https:\/\/feellikelearning.com\/#website","url":"https:\/\/feellikelearning.com\/","name":"Feel Like Learning","description":"\u7a0b\u5e8f\uff5c\u751f\u6d3b\uff5c\u5b66\u5230\u5c31\u662f\u8d5a\u5230","publisher":{"@id":"https:\/\/feellikelearning.com\/#\/schema\/person\/91fb815bebebf166c217b5e3764d437a"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/feellikelearning.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/feellikelearning.com\/#\/schema\/person\/91fb815bebebf166c217b5e3764d437a","name":"feellikelearning","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/feellikelearning.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/72a1e86e9dcb0332e88bd7d54fd36c28?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/72a1e86e9dcb0332e88bd7d54fd36c28?s=96&d=mm&r=g","caption":"feellikelearning"},"logo":{"@id":"https:\/\/feellikelearning.com\/#\/schema\/person\/image\/"},"url":"https:\/\/feellikelearning.com\/index.php\/author\/feellikelearning\/"}]}},"_links":{"self":[{"href":"https:\/\/feellikelearning.com\/index.php\/wp-json\/wp\/v2\/posts\/1631"}],"collection":[{"href":"https:\/\/feellikelearning.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/feellikelearning.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/feellikelearning.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/feellikelearning.com\/index.php\/wp-json\/wp\/v2\/comments?post=1631"}],"version-history":[{"count":16,"href":"https:\/\/feellikelearning.com\/index.php\/wp-json\/wp\/v2\/posts\/1631\/revisions"}],"predecessor-version":[{"id":1652,"href":"https:\/\/feellikelearning.com\/index.php\/wp-json\/wp\/v2\/posts\/1631\/revisions\/1652"}],"wp:attachment":[{"href":"https:\/\/feellikelearning.com\/index.php\/wp-json\/wp\/v2\/media?parent=1631"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/feellikelearning.com\/index.php\/wp-json\/wp\/v2\/categories?post=1631"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/feellikelearning.com\/index.php\/wp-json\/wp\/v2\/tags?post=1631"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}