deligent-ant
Results
2
comments of
deligent-ant
你是认真的吗 官网都说了 需要有 theme这个文件 你有吗,如果没有 让你去下 bisheng-theme-one 这个包 然后 ```js module.exports = { source: './posts', output: './_site', // theme: './_theme', theme: 'bisheng-theme-one', port: 8000, } ```
用for in循环,这边值得夸奖的是它的简便写法,循环1~10可以直接写成1..10(包含边界,即包含10),1...10(不包含边界,不包含10)。很好奇为啥 多一个点 反而少一个边界, 反思维啊 不顾挺好用 让我想起 了Array.apply(null, { length: 20 }).map