图像未加载到Apple Music的横幅中

问题描述

我已使用以下HTML代码加载音乐横幅,它可以较早地正常工作,但未加载图像

<html>
<head>
    <title>iTunes Banner</title>
    <Meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" name="viewport"/>
    <style>body { overflow:hidden; margin:0; background:#000000; }
        </style>
</head>
<body>
    <div id='ibb-widget-root-27295695'><script>(
                            function(t,e,i,d){
                    var o=t.getElementById(i),n=t.createElement(e);o.style.height=50;o.style.width=300;o.style.display='inline-block';n.id='ibb-widget',n.setAttribute('src',('https:'===t.location.protocol?'https://':'http://')+d),n.setAttribute('width','300'),n.setAttribute('height','50'),n.setAttribute('frameborder','0'),n.setAttribute('scrolling','no'),o.appendChild(n)})(document,'iframe','ibb-widget-root-27295695',"banners.itunes.apple.com/banner.html?partnerId=&aId=&bt=catalog&t=catalog_black&id=27295695&c=us&l=en-US&w=300&h=50&store=appleMusic");</script>
        
    </div>
</body>
</html>

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)