第四章只在本子上写了前四题…然后后面推的几个是一些杂题,题号标着了但我也不记得是第几章的了,对一下应该能找到是哪一章的。印象中是当初那本答案书上没有的几道题(答案书真的好多错误疏漏和缺题!),在考前因为答案书上没有所以临时决定做个答案出来(当然,考试并没有考到TAT)







缺失模块。
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