diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 00000000..d6a761db --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,18 @@ +{ + // 使用 IntelliSense 了解相关属性。 + // 悬停以查看现有属性的描述。 + // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + + { + "name": "Python: 当前文件", + "type": "python", + "request": "launch", + "program": "${file}", + "console": "integratedTerminal", + "justMyCode": true, + "stopOnEntry": true + } + ] +} \ No newline at end of file diff --git a/douban_movie.py b/douban_movie.py index 887c1411..3c4c8da6 100644 --- a/douban_movie.py +++ b/douban_movie.py @@ -71,6 +71,7 @@ def main(): col_B = 'B%s' % (name.index(i) + 1) col_C = 'C%s' % (name.index(i) + 1) col_D = 'D%s' % (name.index(i) + 1) + # ws1[col_A] = i ws1[col_A] = i ws1[col_B] = m ws1[col_C] = o diff --git "a/\346\234\252\345\221\275\345\220\215\347\273\230\345\233\276.drawio" "b/\346\234\252\345\221\275\345\220\215\347\273\230\345\233\276.drawio" new file mode 100644 index 00000000..d76c4984 --- /dev/null +++ "b/\346\234\252\345\221\275\345\220\215\347\273\230\345\233\276.drawio" @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +