摘要: Object.assign() const a = {name: '小华', age: 19, sex: '女'} const b = {name: '小华', age: 20} const c = Object.assign(a, b) console.log(a) console.log(b) 阅读全文
posted @ 2023-02-20 12:58 干徒 阅读(1727) 评论(0) 推荐(0)
摘要: Heri介绍: 究极简洁的Hexo主题 展示站点 展示站点 下载Heri hexo-theme-heri 下载完整的Heri主题,拷贝到Hexo的主题文件夹下 引用Heri 在Hexo根配置文件中这样引用即可 theme: heri 根配置文件的其他必要配置 # Site title: Ganto 阅读全文
posted @ 2021-01-05 15:59 干徒 阅读(70) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-12-22 20:57 干徒 阅读(43) 评论(0) 推荐(0)