#!/usr/bin/env python # -*- encoding: utf-8 -*- """ @Contact : liuyuqi.gov@msn.cn @Time : 2024/04/14 @License : Copyright © 2017-2022 liuyuqi. All Rights Reserved. @Desc : str util """ class StrUtil(object): """ str util """ @staticmethod def round_float(): pass