{"id":90,"date":"2021-01-18T14:25:42","date_gmt":"2021-01-18T06:25:42","guid":{"rendered":"http:\/\/gjweb.top\/?p=90"},"modified":"2021-01-18T14:28:44","modified_gmt":"2021-01-18T06:28:44","slug":"dhml%e6%a8%a1%e5%9e%8b","status":"publish","type":"post","link":"https:\/\/gjweb.top\/?p=90","title":{"rendered":"DHML\u6a21\u578b"},"content":{"rendered":"\n<ul class=\"wp-block-list\"><li>window<ul><li>\u4ee3\u66ffglobal\u5145\u5f53\u5168\u5c40\u53d8\u91cf<\/li><li>\u5c01\u88c5\u6240\u6709\u7684<strong>BOM<\/strong> \u548c <strong>DOM<\/strong> \u7684 <strong>API<\/strong><\/li><\/ul><\/li><li>history<ul><li>\u5c01\u88c5\u5f53\u524d\u7a97\u53e3\u6253\u5f00\u540e\u7684\u5386\u53f2\u8bb0\u5f55\u6808<\/li><\/ul><\/li><li>location<ul><li>\u5c01\u88c5\u4e86\u5f53\u524d\u7a97\u53e3\u6b63\u5728\u6253\u5f00\u7684url\u5bf9\u8c61<\/li><\/ul><\/li><li>navigator<ul><li>\u5c01\u88c5\u6d4f\u89c8\u5668\u7684\u914d\u7f6e\u4fe1\u606f<\/li><\/ul><\/li><li>document<ul><li>DOM\u5143\u7d20<\/li><\/ul><\/li><li>screen<ul><li>\u5c01\u88c5\u4e86\u663e\u793a\u8bbe\u5907\u7684\u4fe1\u606f<\/li><\/ul><\/li><li>event<ul><li>\u5c01\u88c5\u4e86\u4e8b\u4ef6\u5bf9\u8c61<\/li><\/ul><\/li><\/ul>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">window\u5bf9\u8c61<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>\u6253\u5f00\u548c\u5173\u95ed\u7a97\u53e3<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>window.open() \/ close()<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>\u6253\u5f00\u8d85\u94fe\u63a5\u7684\u65b9\u5f0f<ul><li>\u66ff\u6362\u5f53\u524d\u7a97\u53e3,\u53ef\u540e\u9000<\/li><\/ul><\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/ HTML\r\n&lt;a href=\"url\" target=\"_self\"\r\n\/\/ js\r\nwindow.open('url','_self')<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>\u66ff\u6362\u5f53\u524d\u7a97\u53e3\u4e0d\u53ef\u540e\u9000 <\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/ HTML\u4e0d\u652f\u6301\r\n\/\/ js\r\nlocation.replace('url')<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>\u5728\u65b0\u7a97\u53e3\u6253\u5f00,\u53ef\u6253\u5f00\u591a\u4e2a<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/ HTML \r\n&lt;a href=\"url\" target=\"name\">\r\n\/\/js\r\nwindow.open(\"url\",\"_blank\")<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>\u5728\u65b0\u7a97\u53e3\u6253\u5f00,\u53ea\u80fd\u6253\u5f00\u4e00\u4e2a<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/ HTML\r\n&lt;a href=\"url\" target=\"name\">\r\n\/\/js\r\nwindow.open('url',\"name\")<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>\u7a97\u53e3\u5927\u5c0f\u548c\u7a97\u53e3\u4f4d\u7f6e<ul><li>\u7a97\u53e3\u5927\u5c0f2\u7ec4<ul><li>\u5b8c\u6574\u5927\u5c0f<ul><li>outerWidth \/ outerHeight<\/li><\/ul><\/li><li>\u6587\u6863\u663e\u793a\u533a\u57df\u5927\u5c0f<ul><li>innerWidth \/ innerHeight<\/li><\/ul><\/li><\/ul><\/li><\/ul><\/li><\/ul>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">\u5b9a\u65f6\u5668<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>\u5468\u671f\u6027\u5b9a\u65f6\u5668<ul><li>\u8ba9\u6d4f\u89c8\u5668\u53cd\u590d\u6267\u884c\u4e00\u9879\u4efb\u52a1<\/li><li>\u4f55\u65f6\u7528<ul><li>\u53cd\u590d\u6267\u884c\u4e00\u9879\u4efb\u52a1<\/li><\/ul><\/li><li>\u5982\u4f55<\/li><\/ul><\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/ \u4efb\u52a1\u51fd\u6570: \u5b9a\u65f6\u5668\u81ea\u52a8\u8c03\u7528\u4e00\u4e2a\u51fd\u6570\r\nfunction task(){...}\r\n\/\/ \u542f\u52a8\u5b9a\u65f6\u5668\r\nvar timer = setInterval(task,ms(\u6beb\u79d2))\r\n\/\/ \u505c\u6b62\u5b9a\u65f6\u5668\r\n\t\/\/ \u624b\u52a8\u505c\u6b62\r\nclearInterval(trmer)\r\n   \t\/\/ \u81ea\u52a8\u505c\u6b62\r\n\/*\r\n\t\u5728\u4efb\u52a1\u51fd\u6570\u4e2d\u5224\u65ad\u4e34\u754c\u503c\r\n\t\u5982\u679c\u8fbe\u5230\u4e34\u754c\u503c,\u5c31\u81ea\u52a8\u8c03\u7528\u624b\u52a8\u505c\u6b62\u7684API\r\n*\/<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>\u4e00\u6b21\u6027\u5b9a\u65f6\u5668<ul><li>\u8ba9\u6d4f\u89c8\u5668\u7b49\u5f85\u4e00\u6bb5\u65f6\u95f4\u540e,\u81ea\u52a8\u6267\u884c\u4e00\u6b21\u4efb\u52a1<\/li><\/ul><\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/ \u4efb\u52a1\u51fd\u6570: task\r\n\/\/ \u542f\u52a8\r\nvar timer = setTimeout(task,ms(\u6beb\u79d2))\r\n\/\/ \u505c\u6b62\r\nclearTimeout(timer) \/\/ \u5173\u6389\u5b9a\u65f6\u5668<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>window \u4ee3\u66ffglobal\u5145\u5f53\u5168\u5c40\u53d8\u91cf \u5c01\u88c5\u6240\u6709\u7684BOM \u548c DOM \u7684 API history \u5c01\u88c5\u5f53\u524d [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-90","post","type-post","status-publish","format-standard","hentry","category-bom"],"_links":{"self":[{"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/posts\/90","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=90"}],"version-history":[{"count":0,"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/posts\/90\/revisions"}],"wp:attachment":[{"href":"https:\/\/gjweb.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=90"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gjweb.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=90"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gjweb.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=90"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}