我正在使用的代码如下,我无法在 Glitch 中显示它,尽管当我在这里发布时它显示了图像。有什么解决办法?
<html>
<head>
<title>Basic Scene - A-Frame</title>
<meta name="description" content="Basic Scene - A-Frame">
<script src="https://aframe.io/releases/0.5.0/aframe.min.js"></script>
</head>
<body>
<a-scene>
<a-assets>
<img src="my-glitch-url"/>
</a-assets>
</body>
</html>