default · Oct 28, 2022
PHP三目运算符判断三个条件:
<?php $status=status_num==0?"待付款":($status_num==1?"已支付":"已取消") ?>