关于启用查询字符串问题,有点模糊
假如这是我的路径:http://127.0.0.1/testci/Ci/index.php/c=mapdata&m=add我的参数该怎么写呢。。。
下面是我的controller层:
class Mapdata extends CI_Controller {
publicfunctionadd ($data ,$data2) {
}
}
不支持这种形式的传参。 Hex 发表于 2017-3-23 14:45
不支持这种形式的传参。
解决了,就是 get请求。。
页:
[1]