1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
| { personalInformation: { name: "sYstemk1t", age: 22, gender: "男", experience: "1年", address: "陕西", education: "本科", email: "sYstemk1t@126.com", description: "职业给大佬端茶递水", }, skills: [ ["C++", "Python", "Java", "C", "Win32"], ["Linux"] ] }
|