测试版

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.

第一章

百度一下

  • 列表内容
  • 列表内容1
  • 列表内容2
  • 列表内容3
姓名 技能 排行
刘备 大哥
关于 二哥
张飞 三哥
1
2
3
4
public void static main(String[] args){
system.out.println("这是我的第一个博客");
}
alert('hello world');

第二章

<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Document</title>
</head>
<body>
    <table border="1" ellspacing="0" cellpadding="5">
    <caption>成绩单</caption>
    <tr>
        <td>姓名</td>
        <td>性别</td>
        <td>成绩</td>
    </tr>
    <tr>
        <td>张三</td>
        <td>男</td>
        <td>89</td>
    </tr>
    <tr>
        <td>李四</td>
        <td>男</td>
        <td>88</td>
    </tr>
</body>
</html>

hello world

##第三章
天气