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

App下載
首頁(yè)javascriptbackgroundJavascript Style - 如何尺寸以適應(yīng)畫(huà)布尺寸

Javascript Style - 如何尺寸以適應(yīng)畫(huà)布尺寸

我們想知道如何尺寸以適應(yīng)畫(huà)布尺寸。

<!DOCTYPE html>
<html>
<head>
<style type='text/css'>
div {
  padding: 20px;
}
</style>
<script type='text/javascript'>
window.onload=function(){
document.getElementById('styling').style.backgroundColor = "#FFFF00";
}
</script>
</head>
<body>
  <div>
    <span id="styling">HelloHowAreyou</span>
  </div>
</body>
</html>