public static string GetContent (Networking.UnityWebRequest www);

参数

www已附加 DownloadHandlerBuffer 的已完成 UnityWebRequest 对象。

返回

string 与 DownloadHandlerBuffer.text 相同

描述

返回解释为 UTF8 字符串的本机内存缓冲区的副本。

为方便起见而提供的一种静态函数,等同于 ((DownloadHandlerBuffer)www.downloadHandler).text。