国产gaysexchina男同gay,japanrcep老熟妇乱子伦视频,吃奶呻吟打开双腿做受动态图,成人色网站,国产av一区二区三区最新精品

App下載
首頁javascriptiframeJavascript Element - 如何更新iframe的新網(wǎng)址

Javascript Element - 如何更新iframe的新網(wǎng)址

我們想知道如何更新iframe的新網(wǎng)址。

<!DOCTYPE html>
<html>
<head>
</head>
<body>
  <iframe src="" id="logviewer"></iframe>
  <script type="text/javascript">
    document.getElementById('logviewer').src = "http://www.cnn.com";
    console.log('Loaded Yahoo');
</script>
</body>
</html>