Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こんにちは皆さん、どうすれば往復できますか
fseek(fp, -1)
パイソンで。したがって、実行した後fileObject.read(2) 、読み取りヘッドを1ステップ後ろに送りたいと思います
fileObject.read(2)
import os fileObject.seek(-1, os.SEEK_CUR)
seekメソッドの詳細については、Python ドキュメント を参照してください。
seek