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 後缀