Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经用 Visual Basic 做了一些小事情,用 eMbedded Visual Basic 做了一些不错的事情,但现在我想继续编写脚本的方式,然后我想知道 Linux、BeOS 和其他 OS 浏览器是否支持 VBScript 页面。
只有 Internet Explorer 支持 VBScript。其他浏览器(甚至在 Windows 上)支持的唯一脚本语言是 JavaScript。
您可以将脚本重写为 JavaScript 或用 JavaScript 编写 VB 解释器;)