def floattostr(x,xsnum): return str(round(x,xsnum)) #xsnum是小数位数,x是小数
posted on 2021-02-18 10:56 gisai 阅读(130) 评论(0) 收藏 举报