We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
def save(self, data): with open('items.json', 'wt', encoding = 'utf-8') as output: output.write(data)
save 裡面都明確定義是存成 json file 了,為什麼 json.dumps 是在外面處理? 不要只是把程式修改好,也搞懂為什麼我認為要在 save 裡面處理
The text was updated successfully, but these errors were encountered:
linroex
No branches or pull requests
save 裡面都明確定義是存成 json file 了,為什麼 json.dumps 是在外面處理?
不要只是把程式修改好,也搞懂為什麼我認為要在 save 裡面處理
The text was updated successfully, but these errors were encountered: