该文被密码保护。 阅读全文
posted @ 2023-12-17 21:18 justSmile2 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-12-17 21:17 justSmile2 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-12-17 21:15 justSmile2 阅读(0) 评论(0) 推荐(0) 编辑
摘要: <body> <style type="text/css"> *{ margin: 0; padding: 0; } ul{ height: 30px; overflow: hidden; width: 200px; margin: 50px auto; border: 1px solid red; 阅读全文
posted @ 2023-12-17 21:14 justSmile2 阅读(5) 评论(0) 推荐(0) 编辑
摘要: <body> <style type="text/css"> * { margin: 0; padding: 0; } textarea { display: block; margin: 50px auto; padding-left: 0; width: 400px; height: 150px 阅读全文
posted @ 2023-12-17 21:13 justSmile2 阅读(1) 评论(0) 推荐(0) 编辑
摘要: <script type="text/javascript"> // 动态加载js(顺序执行js) function loadScript(url, callback) { var script = document.createElement("script") script.type = "te 阅读全文
posted @ 2023-12-17 21:13 justSmile2 阅读(12) 评论(0) 推荐(0) 编辑
摘要: <!docType html> <html> <head> <style type="text/css"> #drag {border:1px solid blue;width:100px;height:100px;position:absolute;} </style> </head> <body 阅读全文
posted @ 2023-12-17 21:12 justSmile2 阅读(14) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-12-17 21:12 justSmile2 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2023-12-17 21:11 justSmile2 阅读(0) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE HTML> <html> <head> <meta charset="utf-8"/> <title>HTML5本地存储之本地数据库篇</title> <script type="text/javascript"> //打开数据库 var db = openDatabase('c 阅读全文
posted @ 2023-12-17 21:11 justSmile2 阅读(16) 评论(0) 推荐(0) 编辑