摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< 阅读全文
posted @ 2023-08-14 19:08 JackieDYH 阅读(27) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>注册</title> <style type="text/css"> *{ margin: 0; padding: 0; } a{ text-decoration: none; } 阅读全文
posted @ 2023-08-14 15:50 JackieDYH 阅读(8) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>当季热门</title> </head> <style type="text/css"> *{ margin: 0; padding: 0; } h3{ line-height: 阅读全文
posted @ 2023-08-14 15:50 JackieDYH 阅读(7) 评论(0) 推荐(0) 编辑
摘要: ajax定义 Ajax 即“Asynchronous Javascript And XML”(异步 JavaScript 和 XML),是指一种创建交互式网页应用的网页开发技术。(用来向后台数据库请求获取数据的技术) 传统的网页(不使用 Ajax)如果需要更新内容,必须重载整个网页页面。通过在后台与 阅读全文
posted @ 2023-08-14 11:28 JackieDYH 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 运行时长 00日 00时 17分 59秒 代码 function calculateRuntime(timestamp) { const startTime = Date.now(); // 获取当前时间戳 //const runtimeElement = document.getElementBy 阅读全文
posted @ 2023-08-14 09:47 JackieDYH 阅读(26) 评论(0) 推荐(0) 编辑