用asp写文本

代码:

<!DOCTYPE html>

<html>

<body>

 

<%

response.write("Hello World!")

%>

 

</body>

</html>

结果:

Hello World!

相关文章