# tmp_file = os.path.join(os.path.abspath(‘youcart/tmp‘), json.loads(request.data).get(‘file_name‘))
tmp_file = os.path.join(os.path.abspath(‘youcart/tmp‘), request.form.get(‘file_name‘))
时间: 2024-11-08 21:16:31
# tmp_file = os.path.join(os.path.abspath(‘youcart/tmp‘), json.loads(request.data).get(‘file_name‘))
tmp_file = os.path.join(os.path.abspath(‘youcart/tmp‘), request.form.get(‘file_name‘))