2001年程序员考试试题大家看看吧,这是真题,
视觉效果如图显示:
[HTML文本] <html> ......
<!-- 省略部分为HTML框架 -->
<form name = "infoform">
<!-- form 部分的 HTML 语句省略 --> ......
<strong> 正整数1; </strong>
<input type = "text" name = "num1"> ......
<strong>正整数2; </strong>
<input type = "text" name = "num2"> ......
<input type = "button" name = "caculate" value = "请单击这里进行计算" ___(1)___> ......
<strong>最大公约数</strong>
<input type = "text" name = "max_divisor"> ......>
<strong>最小公倍数</strong>