首页 > 罗布乐思前端面经
头像
陈小梓forever
编辑于 2020-10-27 19:17
+ 关注

罗布乐思前端面经

1、自我介绍
2、get和post的区别
2、react 底层原理你都知道哪些
3、用过什么请求头
4、编程题
// You are given two arrays (without duplicates) nums1 and nums2 
// where nums1’s elements are subset of nums2. 
// Find all the result for nums1's elements in the 
// corresponding places of nums2.
// The result of a number x in nums1 is the First 
// Bigger Number to ITS right in nums2. If result does not exist, 
// output -1 for this number.

// Example 1:
// Input: nums1 = [4,1,2], nums2 = [1,3,4,2].
// Output: [-1,3,-1]

// Example 2:
// Input: nums1 = [4,2,1,3,5], nums2 = [4,2,1,3,5].
// Output: [5,3,3,5,-1]


更多模拟面试

全部评论

(2) 回帖
加载中...
话题 回帖

推荐话题

相关热帖

近期热帖

历年真题 真题热练榜 24小时
技术(软件)/信息技术类
查看全部

近期精华帖

热门推荐