執行 ❯
建立您
自己的
網站
×
改變方向
儲存程式碼
改變主題,深色/淺色
前往 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>