//$shop_price = !empty($_post['shop_price']) ? $_post['shop_price']*0.9 : 0;
//$market_price = !empty($_post['market_price']) ? $_post['market_price'] : round($shop_price*$globals['_cfg']['market_price_rate']);
$zmm_tejia = explode(' ', $_post[cn_goods_name]);
这些函数是什么意思?特别是$market_price = !empty($_post['market_price']) ? $_post['market_price'] : round($shop_price*$globals['_cfg']['market_price_rate']);