1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
| { about: { name: "王嘉伟", age: 20, gender: "男", experience: "0年", address: "重庆", education: "本科", email: "w714860761@163.com", description: "致力于JavaWeb、前端、python的学习, 以及前沿的思潮下进步", }, skills: [ ["Html", "Javascript", "CSS", "ES6"], ["Git"], ["Vue.js","Jquery"], ["ElementUI", "bootstrap"], ["Java", "Spring", "MyBatis"], ["Python"], ["Linux"] ] }
|