文件名称:node-mac:node.js 模块,用于获取和测试系统的 mac 地址
文件大小:2KB
文件格式:ZIP
更新时间:2024-08-08 12:55:39
JavaScript
节点-mac 用于获取您的 mac 地址的小型 node.js 模块。 安装 npm install git://github.com/malinkie/node-mac.git 用 //Get it! var mac = require('node-mac'); //Use it //MAC attempts to find hosts MAC address based on commands in config.js set for the returned value of process.platform //stdout from this command is searched though for corrosponding reg ex pattern and the first match is returned. mac.MAC(function(err, re
【文件预览】:
node-mac-master
----.gitignore(13B)
----package.json(499B)
----README.md(795B)
----lib()
--------mac_utils.js(626B)
--------config.js(285B)