VBScript是Visual Basic Script的简称,即 Visual Basic 脚本语言,有时也被缩写为VBS。它是一种微软环境下的轻量级的解释型语言,它使用COM组件、WMI、WSH、ADSI访问系统中的元素 ,对系统进行管理。同时它又是asp动态网页默认的编程语言,配合asp内建对象和ADO对象,用户很快就能掌握访问数据库的asp动态网页开发技术。
以上来源于: WordNet
This isn't the first time Visual Basic was used as a templating language, VBScript was the default language for classic ASP.
Visual Basic并非首次用在模板语言中,VBScript是传统ASP开发的默认语言。
When viewed in Microsoft Internet Explorer or another browser that supports VBScript, an alert box displaying "hello" appears upon loading the document.
如果使用Microsoft Internet Explorer或者其他支持VBScript的浏览器查看,在加载文档的时候,就会出现一个显示“hello”的警告框。
In VBScript, you can concatenate the string '12' and the integer 3 to get the string '123', then treat that as the integer 123, all without any explicit conversion.
在VB脚本中,不需要进行显示的转换,你可以对字符串‘12’和整数3进行拼接,然后得到整数123。
应用推荐