返回 a 和 b 的最大值。
max(10, -10) # result = 10max("abc", "def") # result = "def"
max(10, -10) # result = 10
max("abc", "def") # result = "def"
有关此主题的反馈?
flist