我有這個(gè):-$str = 'hello';$url = "https://translate.googleapis.com/translate_a/single?client=gtx&sl=auto&tl=fr&dt=t&q=" . $str;$R=file_get_contents($url);print($R);我得到:- [[["Bonjour","hello",null,null,1] ] ,null,"en",null,null,null,1.0,[] ,[["en"] ,null,[1.0] ,["en"] ] ]你能幫助我訪問'Bonjour'和'en'嗎?它是一個(gè)字符串,我試圖解碼、取消編碼等,但沒有任何作用來獲得正常的東西。先感謝您
將特殊字符串答案轉(zhuǎn)換為 json 或獲取數(shù)據(jù) PHP 的訪問權(quán)限
墨色風(fēng)雨
2023-08-19 14:27:32