<html>
<head>
<meta charset="utf-8">
<title>菜鳥教程(runoob.com)</title>
</head>
<body>
<script type="text/javascript">
var aaa = "1003";
if (aaa == "1001")
{
size = 1
document.write(size);
}
else if (aaa == "1002")
{
size = 10
document.write(size);
}
else
{
size = 20
document.write(size);
}
</script>
</body>
<style type="text/css">body {zoom:1;}</style>
</html>
請問怎么把 size 的值 賦給x zoom:x ??
轉載請註明出處,本文鏈接:https://www.uj5u.com/qianduan/255408.html
標籤:HTML(CSS)
