Math.Ceiling() Math.Floor() == 向上取整,向下取整
Regex.Split(productListControl.Text, "\n", RegexOptions.IgnoreCase); ==字符串分割成字符串数组