任何人都可以帮助解释为什么长度返回0?非常感谢你提前!
var errors = []; errors[''] = "Monday Morning slot already taken. Would you like to replace it?"; console.log(errors); document.write(errors.length);
javascript arrays
arrays ×1
javascript ×1