井本龙
一级标签
二级标签
三级标签
四级标签
五级标签
六级标签
This is a paragraph.
This is a 斜体字.
This is a paragraph.
This is a 字体加粗.
123456789101112 | <html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title></head><body> <h1>Hello Hexo</h1></body></html> |
如果你想弹出一个提示框,使用confirm('确定要删除吗?')
即可。
学号姓名年龄性别电话地址
1张三18男110北疆1张三18男110北疆1张三18男110北疆1张三18男110北疆Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick Start
Create a new post
1 | $ hexo new "My New Post" |
More info: Writing
Run server
1 | $ hexo server |
More info: Server
Generate static files
1 | $ hexo generate |
More info: Generating
Deploy to remote sites
1 | $ hexo deploy |
More info: Deployment