The short answer is "no". All JavaScript object keys are strings. Even if you pass an object as a key, the object's toString() will be called on ...
確定! 回上一頁