以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  weui 问题  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=188931)

--  作者:夜点蚊香
--  发布时间:2023/10/31 19:07:00
--  weui 问题
如何使用网页时候 不显示 页面后缀 ,请给个参考代码


--  作者:有点蓝
--  发布时间:2023/10/31 20:31:00
--  
网页地址和服务端都不要加后缀即可

httprequest
Select Case e.Path
    Case "test"
     
 e.WriteString("test")
    Case "test2"
      e.WriteString("test1")
    Case "test3"
      e.WriteString("test2")
End Select

浏览器网页地址输入:
http://www.abc.com/test
http://www.abc.com/test1
http://www.abc.com/test2