🌈 搜索
📅  最后修改于: 2022-03-11 14:48:09.643000             🧑  作者: Mango
final double abc = 1.4; int x = abc.toInt(); int y = int.tryParse(abc.toString().split('.')[1]);