html5存储

html客户端存储技术 LocalStorage: <!html> <html> <head> <meta charset="utf-8"> <script> function saveLocalStorage(){ var name = document.getElementById("name").value; localStorage.name = name; } function show
相关文章
相关标签/搜索