摘要: string str = null; if (string.IsNullOrWhiteSpace(str)) { MessageBox.Show("字符串为null"); } if (str.Length == 0) { Mes... 阅读全文
posted @ 2018-04-17 09:34 朋丶Peng 阅读(5689) 评论(0) 推荐(0) 编辑
摘要: void Start () { //键值对儿的形式保存iTween所用到的参数 Hashtable args = new Hashtable(); //放大的倍数 args.Add("scale", new Vector3(1, 5, 1)); //args.Add("sca... 阅读全文
posted @ 2018-04-17 09:22 朋丶Peng 阅读(582) 评论(0) 推荐(0) 编辑