摘要: 比IF 更为高效的语法EG:public class TernaryOperator : MonoBehaviour { void Start () { int health = 10; string message; //Th... 阅读全文
posted @ 2015-07-21 15:21 madalice 阅读(122) 评论(0) 推荐(0)