数据类型的分类和判断
- 基本(值)类型
- Number —– 任意数值 ——– typeof
- String —– 任意字符串 —— typeof
- Boolean —- true/false —– typeof
- undefined — undefined —– typeof/===
- null ——– null ———- ===
你的哨声。是他,活的勇气;是我,死的决心
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.
断断续续的两天时间总算弄得还比较满意了
hexo的搭建等下次有时间瞅瞅,现在主要讲讲怎么发布吧
将写好的文章放到博客站点的source/_posts目录下,一个md文件对应一篇博客文章
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true