文件名称:locate-ie:近似 Internet Explorer 在您系统上的当前位置
文件大小:3KB
文件格式:ZIP
更新时间:2024-07-09 09:57:25
JavaScript
定位-即 在您的系统上找到 Internet Explorer。 用法 var locateIe = require ( 'locate-ie' ) ; // Use a callback locateIe ( function ( l ) { console . log ( l ) ; } ) ; // Use the returned Promise locateIe . then ( function ( l ) { console . log ( l ) ; } ) ; 命令行使用 IE 的stdout路径(或null ): > locate-ie # C:\Program Files\Internet Explorer\iexplore.exe
【文件预览】:
locate-ie-master
----index.js(904B)
----package.json(780B)
----LICENSE(1KB)
----bin.js(104B)
----.npmignore(42B)
----.gitignore(29B)
----README.md(499B)