初次用Hexo

这是我的第一个post.md

这是一段代码:

1
2
3
4
5
let cars = [];
let text = '';
for (i = 0; i < cars.length; i++) {
text += cars[i] + "<br>";
}

这是一个引用:
cars.length
这是一个区块:

123
456

这是一张图片:
这是一张图片

感觉还行

Author: Hobai Riku
Link: https://blog.hobairiku.site/2017/11/14/my-new-post/
Copyright Notice: All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.