·
#include __FILE__

py中多进程进程间不共享变量,各自一个拷贝,这一点可以用id函数验证,然后可以通过管道、Manager等方式解决数据共享问题