使用append显示不能分配到函数调用
写错了。参数在append()里面user.append=current_user.lower()改为user.append(current_user.lower())
append(list) 怎么能赋值append()=????????