keys() is a static method that returns an Array when we pass an object to it, which contains the property names (keys) belonging to that object. We can check ...
確定! 回上一頁