public static void main(String[] args) { test(12.5); test(12.545656); test(11); test(10); } public static void test(double n){ System.out.println("n=="+n); }

double 接收int 型数据会自动转型
本文来自博客园,作者:狂躁的键盘,转载请注明原文链接:https://www.cnblogs.com/wangweiip/p/16965183.html
浙公网安备 33010602011771号