文章列表
这里举一个例子去掉 z参数
public static String removeZ(String encode) {
String encode = "<a href=\"http://baidu.com/?&z=vQffSQV(BA560\">连接地址</a><br/><a href=\"http://wapttw.cn/&z=vQffSQV(BA560\">天天wap</a><br/><a href=\"http ...
/**
* 按照百分比返回值
*
* @param item
* 物品ID数组
* @param ratio
* 按照百分比整数初始化数组,所有数值和等于100×N
* @param rand
* 随机数
* @return
*/
public static int itemRatio(int[] item, int[] ratio, int rand) {
if (item == null || ratio == null || item.length == 0
|| ra ...