文章详情页
URL访问有问题啊
问题描述
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. javascript - 引入 simditor,但是显示标签,这个怎么解决。2. android - 目前有哪些用Vue.js开发移动App的方案?3. docker api 开发的端口怎么获取?4. background属性顺序?5. angular.js - angular有没有可以本地构建静态代码的工具6. cas项目起个名字7. Android PopupWindow 问题。8. angular.js - angular route如何实现单页面切换时数据的传递9. python - scrapy获取网页指定内容,后翻到下一页继续,固定循环次数。。问题10. 中文phpword文档
排行榜