我开始使用包"ua-parser"但是创建者太忙而无法保密或提交... npm ua-parser已经过时,需要直接从github下载.有人知道像ua-parser这样的其他优秀软件包已经更新并可以与expressjs一起使用吗?或者有办法处理expressjs?
我真的知道如何在 Electron 应用程序中输出用户名。所以像这样:
const os = require('os')
const username = // the code or the username so that it can be displayed
document.write("The username is: " + username)
Run Code Online (Sandbox Code Playgroud)
那可能吗?