JavaScript Array Syntax Error: Extra Comma
There is a syntax error in the provided array. There is an extra comma after the second object. The corrected array should be:
let arr = [{"left":0,"widthChild":200,"duration":2},{"left":65,"widthChild":200,"duration":2},{"left":65,"widthChild":200,"duration":2}];
原文地址: https://www.cveoy.top/t/topic/m3lL 著作权归作者所有。请勿转载和采集!