单项选择题

A.< if test=”age>0”>< /if>
B.< if test=”userAge>0”>< /if>
C.< if test=”age==0”>< /if>
D.< if test=”userAge==0”>< /if>