vue3项目,打包部署到静态网站托管服务,配置索引为 index.html。通过默认域名访问,页面加载成功,但部分 css 和 js 文件加载提示 "No data found for resource with given identifier"。云开发匿名登录正常,但页面交互功能缺失(部分),本地开发没有问题。
访问 index.html 请求提示 “We're sorry but *** doesn't work properly without JavaScript enabled. Please enable it to continue.” 该怎么配
我正在尝试使用Instagram API将特定用户的最新帖子加载到页面。根据API文档,只使用所需图片的快捷链接,oEmbed响应应该包含您单击图片本身上的"embed“链接时所得到的所有内容。
下面是我的代码:
window.onload = function () {
var insta = new XMLHttpRequest();
var embed = document.getElementById('embed');
insta.open("GET", "https://api.instagram.com/