c# 三元运算符嵌套
public int ProgressPercent { get { int i = 1; return (!(string.IsNullOrWhiteSpace(SJOne)) ? (++i) ...