@app.post("/create_file/") async def image(image: UploadFile = File(...)): print(image.file) # print('.
確定! 回上一頁