{"id":149714,"date":"2020-09-01T16:47:43","date_gmt":"2020-09-01T08:47:43","guid":{"rendered":"http:\/\/4563.org\/?p=149714"},"modified":"2020-09-01T16:47:43","modified_gmt":"2020-09-01T08:47:43","slug":"%e5%85%b3%e4%ba%8e%e6%8b%96%e6%8b%bd%e5%92%8c%e5%ae%9a%e4%bd%8d%e7%9a%84%e9%97%ae%e9%a2%98","status":"publish","type":"post","link":"http:\/\/4563.org\/?p=149714","title":{"rendered":"\u5173\u4e8e\u62d6\u62fd\u548c\u5b9a\u4f4d\u7684\u95ee\u9898"},"content":{"rendered":"<div>\n<div>\n<div>\n<h1>                  \u5173\u4e8e\u62d6\u62fd\u548c\u5b9a\u4f4d\u7684\u95ee\u9898               <\/h1>\n<p> <\/p>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : aglsv <\/span>  <span><i><\/i> 7<\/span> <\/div>\n<div> <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div isfirst=\"1\"> <\/p>\n<p>\u8bbe\u7f6e\u4e86\u7edd\u5bf9\u5b9a\u4f4d\u8ba9 div \u5728\u9875\u9762\u6c34\u5e73\u5782\u76f4\u5c45\u4e2d\uff0c\u5b8c\u4e86\u5728\u8bbe\u7f6e\u4e86\u62d6\u62fd\u4e4b\u540e\u51fa\u4e86\u95ee\u9898\uff0c\u62d6\u62fd\u7684\u65f6\u5019\u4f1a\u98d8\uff0c\u53bb\u6389 top: 0;left: 0;right: 0;bottom: 0;\u7684\u65f6\u5019\u5c31\u53ef\u4ee5\u6b63\u5e38\u62d6\u62fd\u4e86\uff0c\u8fd9\u79cd\u60c5\u51b5\u8be5\u600e\u4e48\u529e\u554a<\/p>\n<pre><code>        #login{             width: 500px;             height: 300px;             text-align: center;             border: blueviolet 1px solid;             position: absolute;             margin: auto;             top: 0;             left: 0;             right: 0;             bottom: 0;             display: none;         } <\/code><\/pre>\n<pre><code> var login = document.getElementById('login')                  login.onmousedown = function(e){             var l = e.clientX - login.offsetLeft             var t = e.clientY - login.offsetTop              document.documentElement.onmousemove = function(e){                 var x = e.clientX - l;                 var y = e.clientY - t                 if(x &lt;= 0){                     x = 0                 }                 if(y&lt;=0){                     y = 0                 }                 if(x &gt;= document.documentElement.clientWidth - login.clientWidth){                     x = document.documentElement.clientWidth - login.clientWidth                 }                 if(y &gt;= document.documentElement.clientHeight - login.clientHeight){                     y = document.documentElement.clientHeight - login.clientHeight                 }                 login.style.left = x + 'px'                 login.style.top = y + 'px'             }             document.documentElement.onmouseup = function(e){                 document.documentElement.onmousemove = null             }         }   <\/code><\/pre>\n<\/p><\/div>\n<div> <b>\u5927\u4f6c\u6709\u8a71\u8aaa<\/b> (<span>0<\/span>)        <\/div>\n<div> <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<ul>\n<li>\n","protected":false},"excerpt":{"rendered":"<p>\u5173\u4e8e\u62d6\u62fd\u548c\u5b9a\u4f4d\u7684\u95ee\u9898 \u8cc7\u6df1\u5927\u4f6c :&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[],"tags":[],"_links":{"self":[{"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/posts\/149714"}],"collection":[{"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/4563.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=149714"}],"version-history":[{"count":0,"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/posts\/149714\/revisions"}],"wp:attachment":[{"href":"http:\/\/4563.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=149714"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/4563.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=149714"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/4563.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=149714"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}