文章详情页
URL访问有问题啊
浏览:298日期: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网络端口映射,没有方便点的操作方法么?2. css3 - 没明白盒子的height随width的变化这段css是怎样实现的?3. javascript - 关于js原生事件的绑定与解除绑定4. docker不显示端口映射呢?5. css3 - 新版支付宝 账单页面滑动时月份栏被下一个月给顶上去是什么效果6. node.js - nojs的response.write()如何返回一个html7. 关于docker下的nginx压力测试8. 把h5放入webview里面,h5页面上下可以回弹,怎么可以去掉该效果9. javascript - yo创建angular报错10. javascript - nodejs报错 打开localhost:3000 就报错
排行榜

网公网安备