url:"{:url('index/user/insert')}",
报错啊
# [8192] Url.php 第 144strpos() 行中的 ErrorException:非字符串针将来将被解释为字符串。使用显式 chr() 调用来保留当前行为 parse_str($info['query'], $params); $vars = array_merge($params, $vars); } } // 检测URL绑定 if (!$this->bindCheck) { $bind = $this->app['route']->getBind(); if (0 === strpos($url, $bind)) { $url = substr($url, strlen($bind) + 1); } } //还原URL分隔符 $depr = $this->app['config']->get('pathinfo_depr'); $url = str_replace('/', $depr, $url); // URL后缀