1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
   | {   about: {     name: "陶广",     age: 18,     gender: "男",     experience: "0年",     address: "湖南",     education: "不告诉你哦",     qq:"2121984276",     weCat:"uuut6662",     email: "2121984276@qq.com",     description: "致力于Java, 以及前沿的思潮下进步",   },   skills: [     ["Html", "Javascript", "CSS", "ES6"],     ["Git"],     ["Vue.js","Jquery"],     ["ElementUI", "bootstrap"],     ["Java",  "Spring", "MyBatis"],     ["Linux"]   ] }
  |