for in is used to loop through properties of an object. It can be any object. for in allows you to access the keys of the object but doesn't ...
確定! 回上一頁