Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
通过四处搜索,我了解到 mysql 没有将数字格式化为百分比的本地方式。那么,我们可以在 php 中完成并保存到 mysql 表中吗?我想学习如何。
取百分比,除以 100,然后将结果数字(应该是浮点数)存储在 MySQL 数据库中的浮点数据字段中。那是唯一需要的转换。百分比对于计算机来说是未知的,它们是一种格式化和解释的方式。