asp入门教程:asp 变量[Variables]

作者:袖梨 2022-07-02

<%
dim name
name="Donald Duck"
response.write("My name is: " & name)
%>

相关文章

精彩推荐