help wantedquestion
Repository metrics
- Stars
- (29 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
const obj = {
x:1,
y:2,
a:1,
b:2,
c:3
}
测试:
fn1(obj) 和 fn2(obj) log一样的数据, 求解
const obj = {
x:1,
y:2,
a:1,
b:2,
c:3
}
测试:
fn1(obj) 和 fn2(obj) log一样的数据, 求解