如何使用方括号调用函数?
100['toString']//function toString() { [native code] } 100['toString']['length']//1
到底发生了什么?
javascript
javascript ×1