文章详情页
URL访问有问题啊
浏览:186日期: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中关于直接插入排序遇到的问题。2. java - 如图,jsp页面的form中的action是怎么映射到这个位置的?为什么不写dynUser就可以映射到save?3. javascript - npm run build后调用api返回index.html4. docker安装后出现Cannot connect to the Docker daemon.5. javascript - 如何计算字符串宽度?6. nignx - docker内nginx 80端口被占用7. 计算机 - 我学习了C语言,数据结构和一点点java基础,想自学C++,请问买什么入门书籍好?8. docker不显示端口映射呢?9. docker绑定了nginx端口 外部访问不到10. docker start -a dockername 老是卡住,什么情况?
排行榜
