單項選擇題Unity中使用LitJSON,將對象轉換成字符串是用哪個方法()
A.JsonMapper.ToJson()
B.JsonMapper.ToObject()
C.JsonMapper.ToGameObject()
D.JsonMapper.ToString()
您可能感興趣的試卷
你可能感興趣的試題
1.單項選擇題Unity發(fā)布安卓程序,Sqlite數(shù)據(jù)庫應該存在那個路徑下()
A.Application.dataPath
B.Application.streamingAssetsPath
C.Application.persistentDataPath
D.Application.temporaryCachePath
2.單項選擇題發(fā)布PC端程序,使用WWW加載本地文件,正確的URL是?()
A.http://www.wendangxiazai.com/XXX
B.Application.streamingAssetsPath/XXX
C."file://"+Application.streamingAssetsPath+"/xxxx"
D.以上都不對