course-design-of-database
course-design-of-database copied to clipboard
潜在的 SQL 注入
https://github.com/cubxxw/course-design-of-database/blob/3ce345aa5bb771e02042d55261643ac71eb177d0/main/main.py#L340
print(u)
338 while True:
339 command = input('Please choose a command:')
340 if command in ('A', 'a'):
341 table_stu_reward_punishment_select()
342 elif command in ('B', 'b'):
343 table_stu_reward_punishment_insert()