html5 worker 怎么杀掉线程这个我试过,跟中止进程类似,用API: 1.取线程中止码:GetExitCodeThread((void *)thread->Handle,&ExitCode)2.强行中止: TerminateThread((vo2023-03-04html-css500