Unity-WWW發送Http請求

GET:web IEnumerator HttpReq(Action<string> action)   {   //這裏的url能夠是web路徑也能夠是本地路徑file://   WWW www = new WWW (GlobalConfig.httpIP);   //掛起程序段,等資源下載完成後,繼續執行下去   yield return www;   //判斷是否有錯誤產生   if (st
相關文章
相關標籤/搜索