2022年2月7日

摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <p> 用户名: <input type="text" onblur="usernamecheck()" id="username" 阅读全文
posted @ 2022-02-07 14:31 潇潇消消气 阅读(77) 评论(0) 推荐(0)
 
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .box{ margin: 0 auto; width: 300px; } .text{ margin: 5px; 阅读全文
posted @ 2022-02-07 14:23 潇潇消消气 阅读(33) 评论(0) 推荐(0)
 
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <p> 你的生日:<input type="text" size="4" id="year">年 <input type="text 阅读全文
posted @ 2022-02-07 14:15 潇潇消消气 阅读(460) 评论(0) 推荐(0)
 
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2022-02-07 14:07 潇潇消消气 阅读(155) 评论(0) 推荐(0)