不可以在 w 權限內又對同個檔案用 with 進行開啟,要把它分開 import json with open('account.json', 'w') as...
你試試用GROUP BY搭配MAX()看看 SELECT toy_name, MAX(quantity) FROM YourTable GROUP BY toy...