Files

45 lines
572 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
id: 5e7b9f080b6c005b0e76f063
title: 文件作爲序列
challengeType: 11
videoId: cIA0EokbaHE
bilibiliIds:
aid: 974380307
bvid: BV1p44y1m7br
cid: 376388846
dashedName: files-as-a-sequence
---
# --description--
更多資源:
\- [練習](https://www.youtube.com/watch?v=il1j4wkte2E)
# --question--
## --text--
“continue”這個詞在循環中間起到什麼作用
## --answers--
循環後直接跳轉到代碼。
---
跳到代碼的下一行。
---
跳到循環的下一個迭代。
---
跳過下一個代碼塊。
## --video-solution--
3