suchen

Heim  >  Fragen und Antworten  >  Hauptteil

javascript - PHP相应JS请求会把相应显示在页面的问题

php响应js请求的数据会在页面上显示出来,如图所示: PHP相应的语句是die($repArr); $repArr = array( 'rateValue' => $usrRate, 'rateScore' => $score, );

怪我咯怪我咯2842 Tage vor896

Antworte allen(1)Ich werde antworten

  • 怪我咯

    怪我咯2017-04-10 12:47:48

    看楼主图片,是json_encode过的吧,那么php输出的时候应该header声明返回类型是json, 或者使用jquery的.ajax的时候指定dataType为json

    Antwort
    0
  • StornierenAntwort