Chapter9 类
- 9.1餐馆。
1 | class Restaurant(): |
- 9.2三家餐馆。(以9.1创建的类为基础)
1 | ck = Restaurant("Cake","Cakes and Pastries") |
- 9.4 就餐人数。
1 | class Restaurant(): |
- 9.6 冰淇淋小店。(以9.4的Restaurant类为基础)
1 | class IceCreamStand(Restaurant): |
缺失模块。
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