var arr = [{'name':'qishilisi','money':'希望无数','技术':'正在扎实基础拔高'}];
arr.sort((a, b) => a['name'] > b['name'] ? 1 : -1);