PHP-double 比较

2018-05-29 13:37:55 阅读:3 编辑
if (round ($user_price,2) >= round ($pay_price,2)){
}
else{
}