Array.prototype有自己的toString,通过delete删除后就没有了,取到的toSting是继承自Object.prototype的。
js 中的delete运算符
原文:https://www.cnblogs.com/pittle-z/p/9871642.html