文章詳情頁
URL訪問有問題啊
瀏覽:147日期:2022-06-07 09:58:45
問題描述
url:"{:url('index/user/insert')}",
報錯啊
[8192] ErrorException in Url.php line 144strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behaviorparse_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后綴
問題解答
回答1:有沒有大神 朱老師 呢
相關文章:
排行榜
