随笔分类 -  nodejs

摘要:$符号作用是获取vue的App或实例内部的数据 const HelloVueApp = { data() { return { message: 'Hello Vue!!' } } } console.log(); let a1=Vue.createApp(HelloVueApp).mount('# 阅读全文
posted @ 2022-03-19 22:57 qiwen17 阅读(3483) 评论(0) 推荐(0)
摘要:node.js web请求文件无法加载 外置js文件和css无法加载问题 直接使用request.url返回的的是绝对路径 比如http://127.0.0.1:8080/index.html 获取返回的是/index.html 而/index.html是绝对路径,直接定位到根目录找不到文件 改为相 阅读全文
posted @ 2022-02-22 13:30 qiwen17 阅读(127) 评论(0) 推荐(0)