Tkinter与多线程多进程

点击按钮,通过multiprocessing库的Process执行,target函数中,操作tkinter对象,会提示tkinter对象不可以用pickle序列话。换成threading的Thread就可以执行了。