{"id":65,"date":"2011-12-19T15:57:23","date_gmt":"2011-12-19T07:57:23","guid":{"rendered":"https:\/\/blog.indeex.club\/?p=65"},"modified":"2020-06-20T22:42:54","modified_gmt":"2020-06-20T14:42:54","slug":"javascript-%e6%b0%94%e6%b3%a1","status":"publish","type":"post","link":"https:\/\/blog.indeex.club\/index.php\/2011\/12\/19\/javascript-%e6%b0%94%e6%b3%a1\/","title":{"rendered":"Javascript \u6c14\u6ce1"},"content":{"rendered":"<p>\u7528Javascript\u914d\u5408CSS\u5199\u4e86\u4e2a\u6c14\u6ce1\u7684\u5f39\u7a97\uff1a<\/p>\n<pre data-language=HTML><code class=\"language-markup line-numbers\">&lt;!DOCTYPE html&gt;\n&lt;html lang=\"en\"&gt;\n\n    &lt;head&gt;\n        &lt;meta charset=\"utf-8\" \/&gt;\n        &lt;title&gt;-\u5f39\u51fa\u6c14\u6ce1&lt;\/title&gt;\n\n    &lt;\/head&gt;\n\n    &lt;style&gt;\n        body {\n            font-size: 12px;\n        }\n        p{\n            cursor: pointer;\n            color: blue;\n        }\n    &lt;\/style&gt;\n\n    &lt;body&gt;\n        &lt;p onclick=\"show();\"&gt;\u5f39\u4e00\u4e2a\u6c14\u6ce1&lt;\/p&gt;\n\n\n        &lt;script language=\"javascript\"&gt;\n            function cmsgbox(vtitle, vwidth, vhight, vtop, vleft) {\n                this.title = vtitle;\n                this.width = vwidth;\n                this.height = vhight;\n                this.top = vtop;\n                this.left = vleft;\n                this.id = 0;\n            }\n            cmsgbox.prototype.showdiv = function() {\n                var str = \"\";\n                str += \"&lt;div id='div1' style='z-index:1;background-color:white;position:absolute;border:2px solid slategray;left:\" + this.vleft + \"px;top:\" + this.vtop + \"px;width:\" + this.width + \"px;'&gt;\";\n\n                str += \"&lt;div style='padding-bottom:2px;background-color:slategray;width:100%;height:16px;color:white;' &gt;\";\n                str += \" &lt;div style='float:left;height:16px;overflow:hidden;margin:0px;padding:4px 0px 0px 5px;width:\" + (parseInt(this.width) - 24 * 2 - 5) + \"px;'&gt;\" + this.title + \"&lt;\/div&gt;\";\n                str += \" &lt;span style='width:14px;font-family:webdings;cursor:hand;'&gt;0&lt;\/span&gt;\";\n                str += \" &lt;span style='width:14px;font-family:webdings;cursor:hand;'  onclick='cmsgbox.closediv(this);'&gt;r&lt;\/span&gt;\";\n                str += \"&lt;\/div&gt;\";\n\n                str += \"&lt;div style=' margin:10px 5px 10px 10px;word-break:break-all;'&gt;\";\n                str += \"xxx\";\n                str += \"&lt;\/div&gt;\";\n                str += \"&lt;\/div&gt;\";\n                \/\/document.write(str);  \n                document.body.insertAdjacentHTML(\"beforeEnd\", str);\n            }\n\n            function show() {\n                var box = new cmsgbox('\u6c14\u6ce1\u5440', 400, 300);\n                box.showdiv();\n            }\n        &lt;\/script&gt;\n    &lt;\/body&gt;\n\n&lt;\/html&gt;\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u7528Javascript\u914d\u5408CSS\u5199\u4e86\u4e2a\u6c14\u6ce1\u7684\u5f39\u7a97\uff1a &lt;!DOCTYPE html&gt; &#038;l<a href=\"https:\/\/blog.indeex.club\/index.php\/2011\/12\/19\/javascript-%e6%b0%94%e6%b3%a1\/\" class=\"read-more\">Read More<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[3],"tags":[4],"_links":{"self":[{"href":"https:\/\/blog.indeex.club\/index.php\/wp-json\/wp\/v2\/posts\/65"}],"collection":[{"href":"https:\/\/blog.indeex.club\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.indeex.club\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.indeex.club\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.indeex.club\/index.php\/wp-json\/wp\/v2\/comments?post=65"}],"version-history":[{"count":1,"href":"https:\/\/blog.indeex.club\/index.php\/wp-json\/wp\/v2\/posts\/65\/revisions"}],"predecessor-version":[{"id":72,"href":"https:\/\/blog.indeex.club\/index.php\/wp-json\/wp\/v2\/posts\/65\/revisions\/72"}],"wp:attachment":[{"href":"https:\/\/blog.indeex.club\/index.php\/wp-json\/wp\/v2\/media?parent=65"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.indeex.club\/index.php\/wp-json\/wp\/v2\/categories?post=65"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.indeex.club\/index.php\/wp-json\/wp\/v2\/tags?post=65"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}