html5存儲

html客戶端存儲技術 LocalStorage: <!html> <html> <head> <meta charset="utf-8"> <script> function saveLocalStorage(){ var name = document.getElementById("name").value; localStorage.name = name; } function show
相關文章
相關標籤/搜索