def way(x):
return str(x)[ : : -1] == str(x)
只需判断翻转后是否与原数据一致即可