【发布时间】:2021-05-31 09:17:11
【问题描述】:
我要转换这个:
1
00:00:01,710 --> 00:00:03,830
Now react came out in 2013.
2
00:00:03,840 --> 00:00:07,890
But what do we have before then before we act.
3
00:00:07,890 --> 00:00:15,040
Well the front fronting landscape was very different initially back in the 90s and early 2000s.
到这样的事情:
thisdict = {
"1": "Now react came out in 2013.",
"1time": '00:00:01,710 --> 00:00:03,830'
}
谁能帮忙?
【问题讨论】:
-
到目前为止你尝试过什么?这似乎是一个简单的“逐行读取文件并对其进行操作”的交易。