猿问

在vue的生命周期内为何不能使用jsonp,提示回调错误!

mounted: function() {
  var script = document.createElement('script')
  script.src = 'https://c.y.qq.com/mv/fcgi-bin/getmv_by_tag?g_tk=5381&jsonpCallback=MusicJsonCallback21152689192586704&loginUin=0&hostUin=0&format=jsonp&inCharset=utf8&outCharset=GB2312&notice=0&platform=yqq&needNewCode=0&cmd=shoubo&lan=all'
  script.type = 'text/javascript'
  function   MusicJsonCallback21152689192586704 (res) {
    console.log(res)
  }
  document.getElementsByTagName('body')[0].appendChild(script)
}


假假爱看书的人
浏览 1182回答 1
1回答

假假爱看书的人

firbug一直提示这个回调函数不存在
随时随地看视频慕课网APP
我要回答