{"id":84,"date":"2021-01-18T14:13:45","date_gmt":"2021-01-18T06:13:45","guid":{"rendered":"http:\/\/gjweb.top\/?p=84"},"modified":"2021-01-18T14:13:46","modified_gmt":"2021-01-18T06:13:46","slug":"%e5%85%83%e7%b4%a0%e6%9f%a5%e6%89%be","status":"publish","type":"post","link":"https:\/\/gjweb.top\/?p=84","title":{"rendered":"\u5143\u7d20\u67e5\u627e"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">\u6309\u8282\u70b9\u5173\u7cfb\u67e5\u627e<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>\u8282\u70b9\u6811<\/li><li>\u4e00\u5207\u6587\u672c\u5bf9\u8c61\u90fd\u662f\u8282\u70b9\u5bf9\u8c61,<strong>\u5305\u62ec\u7a7a\u5b57\u7b26\u4e32<\/strong><\/li><li>\u7236\u5b50\u5173\u7cfb<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>elem.parentNode \/\/ \u83b7\u53d6\u7236\u8282\u70b9\r\nelem.childNodes \/\/  \u83b7\u53d6\u6240\u6709\u76f4\u63a5\u5b50\u8282\u70b9\r\nelem.firstChild \/\/ \u83b7\u53d6\u7b2c\u4e00\u4e2a\u5b50\u8282\u70b9\r\nelem.lastChild \/\/ \u83b7\u53d6\u6700\u540e\u4e00\u4e2a\u5b50\u8282\u70b9<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>\u5144\u5f1f\u5173\u7cfb<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>elem.previousSibling \/\/ \u83b7\u53d6\u524d\u4e00\u4e2a\u5144\u5f1f\u8282\u70b9\r\nelem.nextSibling \/\/ \u83b7\u53d6\u540e\u4e00\u4e2a\u5144\u5f1f\u8282\u70b9\n<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>\u5143\u7d20\u6811<ul><li>\u4e0d\u6536\u7a7a\u5b57\u7b26\u7684\u5f71\u54cd(IE9+)<\/li><li>\u7236\u5b50\u5173\u7cfb<\/li><\/ul><\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>elem.prentElement \/\/ \u83b7\u53d6elem\u7684\u7236\u8282\u70b9\r\nelem.children \/\/ \u83b7\u5f97elem\u7684\u6240\u6709\u76f4\u63a5\u5b50\u8282\u70b9\r\nelem.firstElementChild \/\/ \u83b7\u53d6elem\u7684\u7b2c\u4e00\u5b50\u5143\u7d20\r\nelem.lastElementChild \/\/ \u83b7\u53d6elem\u7684\u6700\u540e\u4e00\u4e2a\u5b50\u5143\u7d20<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>\u5144\u5f1f\u5173\u7cfb<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>elem.previiousElementSibling \/\/ \u83b7\u5f97elem\u7684\u524d\u4e00\u4e2a\u5144\u5f1f\u5143\u7d20 \r\nelem.nextElementSibling \/\/ \u83b7\u53d6elem\u7684\u540e\u4e00\u4e2a\u5144\u5f1f\u5143\u7d20<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>\u6ce8\u610f\u5143\u7d20\u6811\u662f\u8282\u70b9\u6811\u7684\u5b50\u7ea7<\/strong><\/li><\/ul>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\u6309\u7167HTML\u67e5\u627e<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>\u6309\u7167 id \u67e5\u627e<ul><li><code>var elem = documeng.getElementById(\"xxx\")<\/code><\/li><\/ul><\/li><li>\u6309\u7167\u6807\u7b7e\u67e5\u627e<ul><li><code>var elem = document.getelementsByTagName(\"xxx\")<\/code><\/li><\/ul><\/li><li>\u6309\u7167name\u5c5e\u6027<ul><li><code>var elem = document.getElementsByName('name')<\/code><\/li><\/ul><\/li><li>\u6309\u7167class\u5c5e\u6027<ul><li><code>javascript var elem = document.getElementByClassName(\"className\")<\/code><\/li><\/ul><\/li><\/ul>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\u6309\u9009\u62e9\u5668\u67e5\u627e<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>\u67e5\u627e\u4e00\u4e2a\u5143\u7d20<ul><li><code>var elem = document.querySelector(\"\u9009\u62e9\u5668\")<\/code><\/li><\/ul><\/li><li>\u67e5\u627e\u591a\u4e2a\u5143\u7d20<ul><li><code>javascript var elem = document.querySelectorAll(\"\u9009\u62e9\u5668\")<\/code><\/li><\/ul><\/li><\/ul>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\u6309\u81ea\u5b9a\u4e49\u5c5e\u6027\u67e5\u627e<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>var elem = elem.getAttribute(\"\u81ea\u5b9a\u4e49\u5c5e\u6027\u540d\")\ndocument.getElementsByTagName(\"a\")&#91;0].getAttribute(\"target\") \/\/ _blank<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u6309\u8282\u70b9\u5173\u7cfb\u67e5\u627e \u8282\u70b9\u6811 \u4e00\u5207\u6587\u672c\u5bf9\u8c61\u90fd\u662f\u8282\u70b9\u5bf9\u8c61,\u5305\u62ec\u7a7a\u5b57\u7b26\u4e32 \u7236\u5b50\u5173\u7cfb \u5144\u5f1f\u5173\u7cfb \u5143\u7d20\u6811 \u4e0d\u6536\u7a7a\u5b57\u7b26\u7684\u5f71\u54cd( [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-84","post","type-post","status-publish","format-standard","hentry","category-dom"],"_links":{"self":[{"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/posts\/84","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gjweb.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=84"}],"version-history":[{"count":0,"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/posts\/84\/revisions"}],"wp:attachment":[{"href":"https:\/\/gjweb.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=84"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gjweb.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=84"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gjweb.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=84"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}