文章詳情頁
URL訪問有問題啊
瀏覽:152日期: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:有沒有大神 朱老師 呢
相關文章:
1. bootstrp是col-md-12列的,只有col-md-10有內容,可以讓沒有內容的不占據位置嗎;2. python - Fiddler+Android模擬器抓取app,json數據被加密了,如何解析?3. thinkPHP5中獲取數據庫數據后默認選中下拉框的值,傳遞到后臺消失不見。有圖有代碼,希望有人幫忙4. java - 如何用圖畫的方式有效地表示多線程?5. wordpress里,這樣的目錄列表是屬于小工具還是啥?6. MySQL 使用 group by 之后然后 IFNULL(COUNT(*),0) 為什么還是會獲得 null7. 百度地圖 - Android app中準備接入地圖sdk,百度VS高德哪個好一點?8. python 3.4 error: Microsoft Visual C++ 10.0 is required9. 我的怎么不顯示啊,話說有沒有QQ群什么的10. 常量在外面不加引號會報錯。
排行榜
