U方法生成路径为什么会包含两个index.php?

浏览:897 发布日期:2016/01/16 分类:求助交流
模板文件<form class="form-horizontal" action="http://localhost/index.php/User/Public/login" role="form" method="post">或者<form class="form-horizontal" action="{:U('login','','')}" role="form" method="post">生成的html语句,地址都变为http://localhost/index.php/index.php/User/Public/login很奇怪,为什么会有2个index.php
最佳答案
评论( 相关
后面还有条评论,点击查看>>