【JS面试题】 数组:求打印结果let arr = [1, 2]; arr[2] = ‘a‘ arr[‘3‘] = ‘b‘ arr.foo = ‘c‘ arr[‘5‘] = ‘d‘

NoSuchKey

猜你喜欢

转载自blog.csdn.net/owo_ovo/article/details/135291526