获取进程 pid 以及命令参数

方法一:

wmic process where name="node.exe" get ProcessId,CommandLine

 

方法二:

tlist -c

posted @ 2019-07-24 20:49  程序媛李李李李蕾  阅读(2802)  评论(0)    收藏  举报