1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
| { name: 'Mingfei' age: 30, gender: '男', profession: 'PHP & GO Engineer', experience: '7年', address: '山东省临沂市', education: '大专', github: 'https://github.com/itwangmingfei', blog: 'https://itwangmingfei.github.io', email: '25272850@qq.com',
skills: [ ['PHP','GO'], ['Html', 'Javascript', 'jQuery'], ['Git', 'SVN'], ],
devTools: [ ['Sublime Text', 'Visual Studio Code', 'Notepad++'], ['SourceTree', 'TortoiseSVN'], ['Navicat'], ] }
|