node-shell-escape:转义和字符串化要在shell上执行的参数数组

时间:2024-05-22 15:39:47
【文件属性】:

文件名称:node-shell-escape:转义和字符串化要在shell上执行的参数数组

文件大小:3KB

文件格式:ZIP

更新时间:2024-05-22 15:39:47

JavaScript

脱壳 转义和字符串化要在shell上执行的参数数组 安装 npm install shell-escape 例子 简单的 var shellescape = require ( 'shell-escape' ) ; var args = [ 'curl' , '-v' , '-H' , 'Location;' , '-H' , 'User-Agent: dave#10' , 'http://www.daveeddy.com/?name=dave&age=24' ] ; var escaped = shellescape ( args ) ; console . log ( escaped ) ; 产量 curl -v -H 'Location;' -H 'User-Agent: dave#10' 'http://www.daveeddy.com/?name=dave&age=24' 适用


【文件预览】:
node-shell-escape-master
----README.md(1KB)
----test()
--------more.js(714B)
--------simple.js(369B)
--------advanced.js(306B)
----shell-escape.js(468B)
----package.json(624B)

网友评论