1、有机器的型号与序列号。查看方法如下:1.按“command”+空格键,出来搜索框,输入“terminal”并回车,就可打开命令行工具。2.输入下面的命令行回车:#more /system/library/coreservices/systemversion.plist
2、得到下面的结果:<?xml versi encoding utf-8?> productbuildversion 14c1510 productcopyright 1983-2015 apple inc. productname mac os x productuservisibleversion 10.10.2 productversion 10.10.2
3、其中10.10.2就是系统版本号了。