反射的概念
允许程序运行时获取类内部信息,并且能操作对象的内部属性和方法。
但C++本身并没有反射的概念,需要通过第三方库来实现。
反射的目标:
- 类对象反射。
- 类成员数据反射。
- 类成员函数反射。
注册时成员为public作用域
通过注册宏实现反射功能
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia-plus根目录)执行以下命令:
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