Skip to content

Commit d9b71f0

Browse files
committed
更改半角逗号为全角逗号
1 parent cd519dd commit d9b71f0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

subtitles/1. Introduction to iOS 11, Xcode 9 and Swift 4.srt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ you design this way? You must design this way. It's called
616616
124
617617
00:06:03,463 --> 00:06:06,331
618618
MVC, Model View Controller. How many people have,
619-
MVC, 即 Model(模型)-View(视图)-Controller(控制器)
619+
MVC即 Model(模型)-View(视图)-Controller(控制器)
620620

621621
125
622622
00:06:06,399 --> 00:06:09,634
@@ -7001,7 +7001,7 @@ that method, I'm gonna create a var called card number
70017001
1401
70027002
01:10:13,743 --> 01:10:16,977
70037003
which I want to be the number the card 0,1,2,3,4 wherever it
7004-
也就是是第几张卡,比如 0, 1, 2, 3, 4
7004+
也就是是第几张卡,比如 0,1,2,3,4
70057005

70067006
1402
70077007
01:10:17,046 --> 01:10:21,482
@@ -8055,7 +8055,7 @@ all that stuff. Now to do that we're gonna use this design
80558055
1612
80568056
01:21:32,087 --> 01:21:34,587
80578057
paragraph dime I talked about the very beginning model view
8058-
我在一开始提到的 model - view - controller (MVC)
8058+
我在一开始提到的 Model - View - Controller (MVC)
80598059

80608060
1613
80618061
01:21:34,656 --> 01:21:38,325
@@ -8065,12 +8065,12 @@ controller. So I'm gonna start Wednesday's lecture with some
80658065
1614
80668066
01:21:38,393 --> 01:21:40,693
80678067
slides explaining how model view controller works.
8068-
解释 model - view - controller 是如何工作的
8068+
解释 MVC 是如何工作的
80698069

80708070
1615
80718071
01:21:40,762 --> 01:21:42,562
80728072
Then we're gonna apply model view controller here, and
8073-
之后我们将要把 model - veiw - controller 应用在这上面
8073+
之后我们将要把 MVC 应用在这上面
80748074

80758075
1616
80768076
01:21:42,631 --> 01:21:45,765

0 commit comments

Comments
 (0)