help wantedquestion
Metriche repository
- Star
- (29 stelle)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
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一样的数据, 求解