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