示例#1
0
 void Demo()
 {
     if (NetworkModule.GetInstance().CanSendMsgFlag)
     {
         string exceptionFile = string.Format("{0}/makeexception", Application.persistentDataPath);
         if (File.Exists(exceptionFile))
         {
             string exception = null;
             //exception 是null
             exception.IndexOf('e');
         }
     }
 }