How to parse data from php in jQuery if received Array & Object

后端 未结 0 1427
孤独总比滥情好
孤独总比滥情好 2020-12-17 16:50

PHP:

header(\'Content-Type: application/json\');
//Some code
$files_arr[\'BadIMG\'][$i] = $fileName;
//Some code
$files_arr[\'GoodIMG\'][$i] = $path;
//Some c         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题