recherche

Maison  >  Questions et réponses  >  le corps du texte

vue打印请求回来的json数据变成一堆方法

1.png

官方api说使用$log能打印出原本格式的数据,但是我打印实例的时候并没有$log这个方法,使用的时候也报错
this.$log is not a function 我使用的是vue2.0,要怎么样才能打印原来格式的数据

高洛峰高洛峰2951 Il y a quelques jours805

répondre à tous(1)je répondrai

  • 三叔

    三叔2016-11-05 11:05:54

    用一个偷懒的办法就是打印JSON.stringify(xx, null, ' ')

    répondre
    0
  • Annulerrépondre