首页javascriptbackgroundJavascript Style - 如何缩小画布高度...

Javascript Style - 如何缩小画布高度...

我们想知道如何缩小画布高度。...

<!DOCTYPE html>
<html>
<head>
</head>
<body>
  <div id="testing" 
       onmouseover="this.style.backgroundColor='red';" 
       onmouseout="this.style.backgroundColor='blue';">
    This is a testing ...</div>
</body>
</html>