; else { 31. fields.add(m.group(2)); 32. } 33. } 34. 35. String countrycode = fields.get(0); 36. String countryname = fields.get(1); 37. String regioncode = fields.get(2); 38. String regionname = fields.get(3); 39. String city = fields.get(4); 40. String lat = fields.get(5); 41. String lon = fields.get(6); 42. String metrocode = fields.get(7); 43. String areacode = fields.get(8); 44. String timezone = fields.get(9); 45. String continent = fields.get(10); 46. String postalcode = fields.get(11); 47. String isp = fields.get(12); 48. String org = fields.get(13); 49. String domain = fields.get(14); 50. String asnum = fields.get(15); 51. String netspeed = fields.get(16); 52. String usertype = fields.get(17); 53. String accuracyradius = fields.get(18); 54. String countryconf = fields.get(19); 55. String cityconf = fields.get(20); 56. String regionconf = fields.get(21); 57. &nbs上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] ... 下一页 >>
|