context–上下文
图形上下文-接口 所有图形方法、属性getContext('2d')
对象是内建的HTML5对象,拥有多种绘制路径、矩形、圆形、字符以及添加图像的方法
fillStyle 方法将其染成某种颜色,fillRect 方法规定了形状、位置和尺寸
fillRect 方法拥有参数 (0,0,150,75)–>在画布上绘制 150x75 的矩形,从左上角开始 (0,0)
1 | <style> |
缺失模块。
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