摘要: getList(); foreach($list as $key => $value){ $num = $list[$key]['total']; $obj = $list[$key]['info']; //stripslashes(String)去除斜杠 $price = stripslashes($obj['price']); $count += intval($num * intval($price)); } //echo json_encode(array(... 阅读全文
posted @ 2013-01-29 16:47 梦你所梦 阅读(191) 评论(0) 推荐(0)