为了账号安全,请及时绑定邮箱和手机立即绑定

RestURL的功能是怎么实现的啊

localhost/Home/index


正在回答

2 回答

我的 nginx 配置 

server {
    listen 80 default_server;
    root /var/www/;
    index index.html index.php index.htm;
    location / {
        try files $uri/ /index.php$query_string;
    }
}


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

RestURL的功能是怎么实现的啊

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信