我无法对给定的API执行跨域ajax调用

时间:2016-07-26 07:04:58

标签: javascript ajax api jsonp

我想从以下API获取JSON响应但是给了我以下错误, API https://npiregistry.cms.hhs.gov/api/?number=1902072620

  

Uncaught SyntaxError:意外的令牌:

我试过这种方式调用Ajax,

      <Spinner
        android:id="@+id/spinner1"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:entries="@array/country_arrays"
        android:prompt="@string/country_prompt" />

请提前帮助我解决这个问题。

0 个答案:

没有答案