用url传参实现简单的商品分类
URL:
http://localhost/rexiao.html?class=4
接收:
1 $class=$_REQUEST['class'];
用url传参实现简单的商品分类
URL:
http://localhost/rexiao.html?class=4
接收:
1 $class=$_REQUEST['class'];
转载于:https://www.cnblogs.com/guanjiaxuan/p/11157721.html