</script>
<body>
<p>this is the information</p>
<div class="mydiv"></div>
</body>
</html>
PHP页面:
Public function cg() {
switch ($this->_method){
case 'get': // get请求处理代码
//获取商品父级类型
$where['pid']=0;
$cg=M('cg')->where($where)->select();
$json_str=json_encode($cg);