没什么好说的,因为用的上,所以作此记录: 代码如下: public class indexModel { private object O = new object(); public List<string> Xing = new List<string>() {"赵", "钱", "孙", "李", "周", "吴", "郑", "…
public static void main(String[] args) { String str = null; int hs, ls; Random random = new Random(); hs = (176 + Math.abs(random.nextInt(39))); ls = (161 + Math.abs(random.nextInt(93))); byte[] b = new byte[2]; b[0] = (new Integer(hs).byteValue());…