JS应用将用户名和密码保存至localStorage

<!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8">     <title>将用户名和密码保存至localStorage</title> </head> <body>     用户名:<input type="text" name="username"><br>     密码:    <input type="text
相关文章
相关标签/搜索