suchen

Heim  >  Fragen und Antworten  >  Hauptteil

vue-resource如何自定义跨域参数名

vue-resource 跨域请求,后台需要接收一个参数然后拼接函数返回,那么vue-resource是如何定义这个参数的;

高洛峰高洛峰2949 Tage vor793

Antworte allen(1)Ich werde antworten

  • 三叔

    三叔2016-11-07 10:32:24

    vue-resource这个参数是随机生成的,只能够后台获取这个参数,然后使用这个参数返回;查看链接,可以看到callback这个就是参数名,参数值随机生成;jquery的jsonp这个callback是可以定义参数值,但是vue-reasoure只能够定义callback的参数名。

    Antwort
    0
  • StornierenAntwort