This website requires JavaScript.
Explore
关于
Help
Register
Sign In
jinql
/
record-camera-and-screen
mirror of
https://github.com/ilinxiao/record-camera-and-screen
Watch
1
Star
0
Fork
You've already forked record-camera-and-screen
0
Code
Issues
Releases
Wiki
Activity
a5afe9237e
record-camera-and-screen
/
stop_process_by_pid.py
5 lines
96 B
Python
Raw
Blame
History
import
os
,
signal
pid
=
input
(
'
输入进程id:
'
)
print
(
os
.
kill
(
int
(
pid
)
,
signal
.
CTRL_C_EVENT
)
)
Reference in New Issue
View Git Blame
Copy Permalink