SS
Size: a a a
SS
AP
const spans = {
'section10': 494,
'section11: 494,
}
for (let span in spans) {
const value = spans[span]
addSpan(`.${span}`, value)
}
IK
j
const batchCall = (func, argsGroup) => argsGroup.forEach((args) => func(...args))
batchCall(addSpan, [
['.section10', 494],
['.section11', 494],
['.loader', 20]
])
IK
XX
D
D
XX
D
XX
XX
TH
F
TH
TH
F
TH
TH
F