我想从以下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" />
请提前帮助我解决这个问题。