getItem(key). getItem retrieves data from local storage based on the key which was previously used to store it. localStorage.setItem("myKey", ...
確定! 回上一頁