4.1 localStorage 與 sessionStorage 簡介
Last updated
Last updated
<!DOCTYPE html>
<html lang="zh-Hant">
<head>
<meta charset="utf-8">
<title>localStorage</title>
</head>
<body>
<p>localStorage 測試</p>
<script>
// js 相關程式
</script>
</body>
</html><!DOCTYPE html>
<html lang="zh-Hant">
<head>
<meta charset="utf-8">
<title>sessionStorage</title>
</head>
<body>
<p>sessionStorage 測試</p>
<script>
// js 相關程式
</script>
</body>
</html>