更新算法:if(xx===x1){xx=x1+min_x;} // Magic %-) if (xx > x1) { // right side if (xx - x1 < min_x) { xx = x1 + min_x; } else if (xx - x1 > max_x) {...
记录遇到问题的点点滴滴。
更新算法:if(xx===x1){xx=x1+min_x;} // Magic %-) if (xx > x1) { // right side if (xx - x1 < min_x) { xx = x1 + min_x; } else if (xx - x1 > max_x) {...