Interpreting JavaScript outside of the browser?

前端 未结 6 440
慢半拍i
慢半拍i 2020-12-28 18:21

This is more out of curiosity that a real requirement, but I\'m wondering if it\'s possible to treat JavaScript as (ideally) a first-class .NET citizen, or (secondarily) hav

6条回答
  •  不思量自难忘°
    2020-12-28 18:48

    It's perfectly possible to run JavaScript applications without the use of a web browser. You can do this just by running the application using cscript (typically javascript files end with .js).

提交回复
热议问题