// md5import org.apache.commons.codec.digest.DigestUtils; String str = "${appid}" + "${appkey}" + "${salt}"; String sign = DigestUtils.md5Hex(str); va Read More
posted @ 2020-04-22 17:16 Mosicol Views(589) Comments(0) Diggs(0) Edit
String[] wds = new String[] {"1280","1920","3840","666"}; String[] hgs = {"720","1080","2160","444"}; int index=(int)(Math.random()*wds.length); Strin Read More
posted @ 2020-04-22 10:18 Mosicol Views(1780) Comments(0) Diggs(0) Edit