文章详情页
URL访问有问题啊
浏览:284日期: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. web服务器 - ubuntu下布置apache加wsgi加python2. dockerfile - 为什么docker容器启动不了?3. css - 关于Flex布局的问题4. css - 图片的宽度发生变化而高度却没有相应变?5. javascript - sublime快键键问题6. css3 - 背景图自定义比例缩小7. docker 17.03 怎么配置 registry mirror ?8. docker gitlab 如何git clone?9. docker - 如何修改运行中容器的配置10. 关docker hub上有些镜像的tag被标记““This image has vulnerabilities””
排行榜

网公网安备