int file, c; file = $fopen ("commands.txt", "r"); while (!$feof(file)) begin c = $fscanf (file, "%s", cmd); end $fclose (file);
確定! 回上一頁