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.