前言
公司有一款 IM 聊天软件,需要截图功能。前同事写一个 Go 语言的版本,BUG 太多了,功能也不好用。
我们找到了一个方法,微信 dll,同事包装一下生成 exe 文件,我用 Node.js 去调用完成截图。
var screen_window = execFile(__dirname + '/screen/PrintScr.exe')
screen_window.on('exit', function (code) {