Java实现随机生成车牌号

    String[] citys = {"津","京","宁"}; String sectionNamePre = "断面"; while (true) { String sectionName = sectionNamePre + (new Random().nextInt(2000)); //断面:随机0-1999 String city = citys[(ne
相关文章
相关标签/搜索