c# string 转 int

string number = this.gameObject.GetComponent<UIInput>().label.text;

int a;

if(int.TryParse(number, out a)){

}

@"一些字符"    前+@不会进行转义

 

unity3d prefab不能携带从面板拖拽(五笔rjx)的Object

posted on 2013-12-04 14:05  鱼 丸  阅读(181)  评论(0编辑  收藏  举报