标签:integer false result highlight ESS pre sha als less
语法
<test> ? <resultIfTrue> : <resultIfFalse>
示例
string resStr = (myInteger<10) ? "Less than 10":"Greater than or equal to 10";
标签:integer false result highlight ESS pre sha als less
原文地址:https://www.cnblogs.com/wuxiaohui1983/p/9969630.html