首页
编程
java
php
前端
首页
编程
java
php
前端
既有小数又有整数的数据类型该选什么
比如一串数字:3,4,5,3.5
该用什么数据类型?
double 或 number
string
点击展开全文