2016-01-16 139 views

回答

4

這樣寫:

at_exit{ 
    # whatever way you started the program originally such as `program_name`. 
    # Make sure that the new process is detached from the original. 
} 

,然後做:要打破

exit 

地方。