Image image = tf.GetChild(0).GetComponent<Image>(); //调用协程 StartCoroutine(LoadByWWW(mt.Icon, image)); } } /// /// WWW协程载入图片 /// /// 图片地址 /// Image对象 /// <returns></returns> IEnumerator LoadByWWW(string path, Image image) { path = @"file://"+fileRoot +...