设想:python刻录进硬件,用pypy提高效率,再用python写内核
import threading as th class Task(threading): def __init__(self,id): ......
收起
报告相同问题?