02 2018 档案

摘要:php代码 这是在一台电脑上的,如果两台电脑就设计到跨域的问题,html的代码要把url改一下,php的代码要加一个头具体看代码 阅读全文
posted @ 2018-02-22 15:47 heshimei77 阅读(1603) 评论(0) 推荐(0)
摘要:<?phpinclude "../library/mFunction.php"; /**************选取商品一级分类**********/$result=mysql_query("select * from goodsOne where xian='显示' order by list d 阅读全文
posted @ 2018-02-03 16:53 heshimei77 阅读(200) 评论(0) 推荐(0)
摘要://阻止起泡取消下面的注释 e.stopPropagation(); //或者使用这种方式 //return false; }); $('.three').click(function(e){ alert('three'); //阻止起泡取消下面的注释 e.stopPropagation(); // 阅读全文
posted @ 2018-02-01 17:07 heshimei77 阅读(504) 评论(0) 推荐(0)