dllvoid __stdcall dos(char cmd[]){ system(cmd);}vbPrivate Declare Function dos Lib "dos.dll" (ByVal cmd As String) 红色部分是必要的,没有就传不了