文章详情页
URL访问有问题啊
浏览:158日期: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. html - 移动端radio无法选中2. css - 关于ul的布局3. sass - sublime3 里面的scss文件怎么不提示css3的代码呀4. 正则表达式 - python pandas的sep参数问题5. css3 - css如何实现素描描边效果6. javascript - webpack打包后的bundlejs文件代码不知道什么意思.7. css - 移动端 line-height安卓错位,苹果机正常用,缩放解决了,可是又出来了占位的问题8. javascript - 在静态页面上用load 引入的页面文件问题?9. css - 如何使用 vue transition 实现 ios 按钮一样的平滑切换效果10. javascript - 关于ajax上传多图问题。
排行榜
