java-gps た 入场券 2023-10-17 11:53 48阅读 0赞 class run { public static void main(String[] args) { TransGPS trns = new TransGPS(); TransGPS.Location loc = trns.LocationMake(113.234,34.123); loc = trns.transformFromWGSToGCJ(loc); System.out.println(loc.getLat()); System.out.println(loc.getLng()); } } javac test.java java run
还没有评论,来说两句吧...