摘要: 1. 遇到的问题从xml读数据,xml的编码用中文就会乱码,改编码格式就调用不了。目前采用默认的ANSI编码。 .exe .txt .xlsx .xml .testRun √ (路径不能带空格) √ √ √ √ (.test要有关联的默认打开方式如记事本)... 阅读全文
posted @ 2014-06-09 14:39 quanzhan 阅读(2570) 评论(0) 推荐(0) 编辑
摘要: 1. 鼠标双击 void OnGUI() { Event Mouse = Event.current; if (Mouse.isMouse && Mouse.type == EventType.MouseDown && Mouse.clickCount == 2) ... 阅读全文
posted @ 2014-06-09 10:04 quanzhan 阅读(597) 评论(0) 推荐(0) 编辑