在ASP中使用VBScript
在ASP中使用VBScript
在 ASP 中使用 VBScript
你可以在 ASP 中使用若干种脚本语言。不过,默认的脚本语言是 VBScript:
<html><body><% response.write("Hello World!") %></body></html>
上面的例子向文档的 body 部分写入了文本 "Hello World!"。
提示:如果您需要了解更多有关 VBScript 的知识,请学习我们的 VBScript 教程。
以上就是在ASP中使用VBScript,希望大家喜欢,请继续关注范的软件库。
转载请注明:范的资源库 » 在ASP中使用VBScript