This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var secret = ''; | |
| var dbId = ''; | |
| function getPost() { | |
| var post = {}; | |
| post.url = location.href; | |
| post.author = document.getElementById('js_name').innerText; | |
| post.title = document.getElementById('activity-name').innerText; | |
| post.contentNodes = document.getElementById('js_content').childNodes; | |
| return post; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML> | |
| <html lang="zh-CN"> | |
| <head> | |
| <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> | |
| <title>神奇的margin</title> | |
| </head> | |
| <body> | |
| <style> | |
| body{ |