文章详情页
URL访问有问题啊
浏览:225日期: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. angular.js - 如何控制ngrepeat输出的个数2. javascript - vue组件通过eventBus通信时,报错a.$on is not a function3. javascript - 在使用 vue.js element ui的时候 怎么样保留table翻页后check的值?4. ionic 项目 ionic build android -release 打包时报错5. mysql_replication - mysql读写分离时如果单台写库也无法满足性能怎么解决6. python - 如何用pandas处理分钟数据变成小时线?7. mac里的docker如何命令行开启呢?8. html - vue项目中用到了elementUI问题9. python3.x - python3.5.2安装时make报错求助10. javascript - 求一款靠谱点的移动端图片查看器插件,老司机速进!
排行榜

网公网安备