help wantedquestion
Repository metrics
- Stars
- (29 個のスター)
- PR merge metrics
- (30d に merged PR はありません)
説明
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一样的数据, 求解