问题
Opera Mini has no support for the request api
, what are the alternative ways of requesting a response from APIs?
回答1:
Use XMLHttpRequest. There are various libraries that aim to simplify working with AJAX but you can also use it without any library.
axios
jQuery.ajax()
来源:https://stackoverflow.com/questions/57888250/how-can-you-pull-data-from-an-api-to-be-used-in-opera-mini