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.
私の宿題ではfc.position(position)、内容を見つけるために使用する必要がありますが、その後、これを再帰的に行うために fc を巻き戻す必要があります。どうすればよいですか。fc の巻き戻し方法がないようです
fc.position(position)
検討しましたか
fc.position(0);
?
しかし、一貫して position() を使用している場合、巻き戻しが必要な理由がわかりません。