幂运算符(**)
|
|
注意,在 V8 引擎中,指数运算符与Math.pow的实现不相同,对于特别大的运算结果,两者会有细微的差异。12345Math.pow(99, 99)// 3.697296376497263e+19799 ** 99// 3.697296376497268e+197
上面代码中,两个运算结果的最后一位有效数字是有差异的。
Think More,Do Less
缺失模块。
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