Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从我的 Erlang 代码中获取 Erlang 系统(werl.exe)的(windows 7)操作系统 PID。有谁知道这样做的方法?
os:getpid().
这就是它的全部内容。干杯。