摘要: // 引用expess框架 const express = require('express'); // 处理路径 const path = require('path'); const bodyParser = require('body-parser'); // 创建网站服务器 const ap 阅读全文
posted @ 2022-06-16 20:08 前端导师歌谣 阅读(30) 评论(0) 推荐(0)
摘要: ajax.js // 引用expess框架 const express = require('express'); // 处理路径 const path = require('path'); const bodyParser = require('body-parser'); // 创建网站服务器 阅读全文
posted @ 2022-06-16 20:08 前端导师歌谣 阅读(82) 评论(0) 推荐(0)
摘要: // 引用expess框架 const express = require('express'); // 处理路径 const path = require('path'); const bodyParser = require('body-parser'); // 创建网站服务器 const ap 阅读全文
posted @ 2022-06-16 20:08 前端导师歌谣 阅读(67) 评论(0) 推荐(0)
摘要: ajax.js // 引用expess框架 const express = require('express'); // 处理路径 const path = require('path'); // 创建网站服务器 const app = express(); app.get('/first', (r 阅读全文
posted @ 2022-06-16 20:08 前端导师歌谣 阅读(141) 评论(0) 推荐(0)
摘要: index.css /* index.css是用来美化首页的 */ * { margin: 0; padding: 0; /* 內减模式 */ box-sizing: border-box; } li { list-style: none; } a { text-decoration: none; 阅读全文
posted @ 2022-06-16 20:08 前端导师歌谣 阅读(56) 评论(0) 推荐(0)
摘要: index.css /* index.css是用来美化首页的 */ * { margin: 0; padding: 0; /* 內减模式 */ box-sizing: border-box; } li { list-style: none; } a { text-decoration: none; 阅读全文
posted @ 2022-06-16 20:08 前端导师歌谣 阅读(47) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-06-16 20:08 前端导师歌谣 阅读(12) 评论(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-06-16 20:08 前端导师歌谣 阅读(25) 评论(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-06-16 20:08 前端导师歌谣 阅读(35) 评论(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-06-16 20:08 前端导师歌谣 阅读(21) 评论(0) 推荐(0)