您的位置:首页技术文章
文章详情页

node.js - nodejs 页面地址是多层文件名

【字号: 日期:2022-06-15 08:41:35浏览:66作者:猪猪

问题描述

问题解答

回答1:

你的a链接地址应该像下面这样写简写

<a href='https://www.haobala.com/blog/index'>

完整

<a href='https://localhost:3000/blog/index'>

自动匹配http/https协议

//localhost:3000/blog/index

相关文章: