<!DOCTYPE html>
<html>
<body>
<%
随机化()
randomNumber=Int(100 * Rnd())
response.write("一个随机数: <b>" & randomNumber & "</b>")
%>
</body>
</html>