运行 ❯
获取您
自己
的网站
×
更改方向
保存代码
更改主题,暗色/亮色
前往 Spaces
<!DOCTYPE html> <html> <body> <iframe id="myframe" width="100%" src="/default.asp"></iframe> <p>Click the button to change the src attribute in the iframe.</p> <button onclick="myFunction()">Try it</button> <script> function myFunction() { document.getElementById("myframe").src = "lynx_landing.png"; } </script> </body> </html>