How do I run the system commands in javascript?

后端 未结 5 814
执念已碎
执念已碎 2020-12-06 06:08

I need to list all the files in the javascript such as \"ls\"??

5条回答
  •  一整个雨季
    2020-12-06 06:45

    AFAIK, you can not run any system command, this will violate the security model. You can do send a print command but I wonder anything beyond that is possible.

提交回复
热议问题