文章詳情頁
URL訪問有問題啊
瀏覽:171日期: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. docker 下面創建的IMAGE 他們的 ID 一樣?這個是怎么回事????2. 在應用配置文件 app.php 中找不到’route_check_cache’配置項3. html按鍵開關如何提交我想需要的值到數據庫4. css - width設置為100%之后列表無法居中5. ios - vue-cli開發項目webstrom會在stylus樣式報錯,飆紅,請大神幫忙6. javascript - 一個頁面有四個圖片,翻頁的時候想固定住某個圖片然后翻頁,如何實現呢?7. css3 - 怎么感覺用 rem 開發的不多啊8. html5 - 用Egret寫的小游戲,怎么分享到微信呢?9. python - 在pyqt中做微信的機器人,要在表格中顯示微信好友的名字,卻顯示不出來,怎么解決?10. objective-c - 自定義導航條為類似美團的搜索欄樣式
排行榜
