<!DOCTYPE html>
<html>
<body>
<%
function myFunction()
response.write("您好,世界")
end function
eval("myFunction()")
%>
</body>
</html>