文章详情页
URL访问有问题啊
浏览:317日期: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. java enum 变量不能再case里面重复定义?2. python3.x - python多线程如何修改数据?3. java - 接口中的成员变量怎么不是常量了?4. angular.js使用$resource服务把数据存入mongodb的问题。5. javascript - 如何让双核浏览器默认选择急速模式渲染页面6. javascript - 求助这种功能有什么好点的插件?7. css - width设置为100%之后列表无法居中8. mysql连表排序9. java - spring MVC框架Controller层中应该使用StringBuffer还是StringBuilder?10. css3中的 :hover只能应用于a标签不能用于其它标签吗(比如div或li之类的标签)
排行榜

网公网安备