单项选择题

threading.Thread(target=函数名,args=(参数,))的功能是()

A.创建线程
B.执行线程
C.修改线程的名称
D.删除线程