如果有多个判断,可以用括号括起来再进行判断:elif (user_choice == '石头' and computer_choice == '剪刀') or (user_choice == '剪刀' and computer_choice == '布')