速腾聚创2024校招
#内推# #提前批# #秋招# 智能感知算法,光机电,系统控制等各类hc等你拿下,校招内推快人一步!!!补充一下:一个人可以投递三个岗位的哈,多一点机会。
内推码NTAXTgw
内推姓名Wyatt wu
9.00-10.00弹性打卡,中午可午休,周末双休
欢迎投递
https://app.mokahr.com/m/campus-recruitment/robosense/69887#/home
内推码NTAXTgw
内推姓名Wyatt wu
9.00-10.00弹性打卡,中午可午休,周末双休
欢迎投递
https://app.mokahr.com/m/campus-recruitment/robosense/69887#/home
全部评论
已投, 谢谢
相关推荐
点赞 评论 收藏
分享
球球与墩墩:这不是前端常考的对象扁平化吗,面试官像是前端出来的
const flattern = (obj) => {
const res = {};
const dfs = (curr, path) => {
if(typeof curr === 'object' && curr !== null) {
const isArray = Array.isArray(curr);
for(let key in curr) {
const newPath = path ? isArray ? `${path}[${key}]` : `${path}.${key}` : key;
dfs(curr[key], newPath);
}
} else {
res[path] = curr
}
}
dfs(obj);
return res;
}
查看3道真题和解析 点赞 评论 收藏
分享
阿里云工作强度 594人发布