2015-11-20 69 views

回答

1

符號已經逃走了換行,但你可以撤消:

textAZ = jsonObject.GetString("haqqinda_az").ToString(); 
textAZ = textAZ.Replace("\\n","\n").Replace("\\r","\r"); 
aboutText.text = textAZ; 
+0

感謝JeanLuc。你的代碼解決了我的問題 –