摘要:
string str = null; if (string.IsNullOrWhiteSpace(str)) { MessageBox.Show("字符串为null"); } if (str.Length == 0) { Mes... 阅读全文
摘要:
void Start () { //键值对儿的形式保存iTween所用到的参数 Hashtable args = new Hashtable(); //放大的倍数 args.Add("scale", new Vector3(1, 5, 1)); //args.Add("sca... 阅读全文