syntax error: unexpected token <

后端 未结 15 2212
一整个雨季
一整个雨季 2020-11-29 02:20

I\'ve tried many things and there\'s no way, always appears this error I tried to use only one option to see if passed, changed the call of jquery, but not.

I looked

15条回答
  •  天涯浪人
    2020-11-29 03:23

    Removing this line from my code solved my problem.

    header("Content-Type: application/json; charset=UTF-8"); 
    

提交回复
热议问题