美文网首页
lesson35-JSONP

lesson35-JSONP

作者: 陈泽chanzed | 来源:发表于2019-07-28 17:00 被阅读0次
image.png image.png

为什么JSONP不支持POST请求?

  1. 因为JSONP是通过动态创建<script>实现的
  2. 动态创建<script>无法发起POST请求

相关文章

  • lesson35-JSONP

    为什么JSONP不支持POST请求? 因为JSONP是通过动态创建 实现的 动态创建 无法发起POST请求

网友评论

      本文标题:lesson35-JSONP

      本文链接:https://www.haomeiwen.com/subject/ysakrctx.html