摘要:
前台 后台 阅读全文
摘要:
当使用$.ajax时: 当使用$.post时: 阅读全文
摘要:
1,先导入jquery <script type="text/javascript" src="https://cdn.bootcss.com/jquery/3.2.1/jquery.min.js"></script> 2,导入layui组件 <link rel="stylesheet" type= 阅读全文
摘要:
Emmet插件:可以用 emmet代码+Tap 写出更多并快捷的html代码,主流编辑器均可安装,安装方法也均不相同! 阅读全文
摘要:
bootstrap 栅格布局的实现过程 1,分成两部分:8列。4列 8 4 ... 阅读全文
摘要:
bootstrap 你好,世界 阅读全文
摘要:
curl($url); //获取子新闻们的url $urls = $this->geturls($curl); $news = []; $num = 0; //获取子链接每个新闻的标题、正文、url foreach($urls as $value){ $new_curl = $this->curl($value); ... 阅读全文
摘要:
阅读全文
摘要:
php控制器中的跳转: 1, header()函数是PHP中进行页面跳转的一种十分简单的方法。主要功能是将HTTP协议标头(header)输出到浏览器。 2,tp5的助手函数 url(); 注:在tp的老版本是U() 3,tp5的三种跳转 和项目无关的跳转,一般用header() JavaScrip 阅读全文
摘要:
table = ' '.$table.' '; return $this; } /* 设定条件 $where :array('x>1'=>null,'name'=>'chenglin',...)*/ public function where($where){ $temp = ' WHERE '; foreach($where as $value... 阅读全文