string line; string first_word_column []; fd = $fopen ("myfile.txt", "r"); while (!$feof(fd)) begin code = $fgets (line, fd); //Get entire ...
確定! 回上一頁