use browser as GUI in Ruby

后端 未结 4 2017
小鲜肉
小鲜肉 2020-12-10 00:09

In vbscript it is common to use the browser (IE) as a GUI. See the example below, it asks for a name and returns it to the script. In Ruby you have a few GUI\'s like Tcl and

4条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-10 00:29

    Generally in Ruby people use something like Rails, Sinatra, or Camping to make web apps. Those all require gems. If you want something more similar to your VBscript example, without having to use gems, you can probably use Win32OLE (although I haven't tried it to open and interact with IE).

提交回复
热议问题