RostD Asked:2020-02-02 23:08:03 +0000 UTC2020-02-02 23:08:03 +0000 UTC 2020-02-02 23:08:03 +0000 UTC 在 Windows 操作中心创建通知 772 php告诉我如何使用或node.js或向 Windows 通知中心发送通知.bat? 例如, Laravel 5.3框架就是这样做的: php 1 个回答 Voted Best Answer ZuJunior 2020-02-02T23:47:02Z2020-02-02T23:47:02Z 在 PHP 中,这样做几乎没有意义,因为它很可能是服务器应用程序,并且服务器上不需要此类通知。 例如,这里是node js 包的链接 const notifier = require('node-notifier'); // String notifier.notify('Message');
在 PHP 中,这样做几乎没有意义,因为它很可能是服务器应用程序,并且服务器上不需要此类通知。
例如,这里是node js 包的链接