文章詳情頁
node.js - nodejs 頁面地址是多層文件名
問題描述
問題解答
回答1:你的a鏈接地址應該像下面這樣寫簡寫
<a href='http://www.cgvv.com.cn/blog/index'>
完整
<a href='https://localhost:3000/blog/index'>
自動匹配http/https協議
//localhost:3000/blog/index
相關文章:
排行榜

問題描述
問題解答
回答1:你的a鏈接地址應該像下面這樣寫簡寫
<a href='http://www.cgvv.com.cn/blog/index'>
完整
<a href='https://localhost:3000/blog/index'>
自動匹配http/https協議
//localhost:3000/blog/index
相關文章: