摘要:
如下代码是生成范围在min到max之间的随机整数(包括min和max): 现在讲解 int num =r.nextInt(max+1-min)+min 是怎么生成我们想要范围的随机整数的: 1、Random类的 nextInt()方法生成随机的int值,该值介于int的区间,也就是-2的31次方到2 阅读全文
摘要:
bootstrap-select开源地址:https://github.com/silviomoreto/bootstrap-select bootstrap-select使用示例:http://silviomoreto.github.io/bootstrap-select/examples/ bo 阅读全文