我需要hw <- HoltWinters(ldeaths)
predicted <- predict(hw, n.ahead = 72, prediction.interval = TRUE)
dygraph(predicted, main = "Predicted Lung Deaths (UK)") %>%
dyAxis("x", drawGrid = FALSE) %>%
dySeries(c("lwr", "fit", "upr"), label = "Deaths") %>%
dyOptions(colors = RColorBrewer::brewer.pal(3, "Set1"))
接受以下内容:
答案 0 :(得分:0)
它可以在开始时有6位数字然后可以有空格。 你应该再做一次这样的检查。
var re=/^\s?[0-9]{4,6}\s?$/;
function check(a){
console.log(re.test(a) && a.length==6);
}
check('123456'); // true
check(" 1234 "); // true
check(" 12345"); // true
check(" "); // false
check(" 12345 "); //false
check("12345 "); // true
答案 1 :(得分:0)
Jquery是否需要创建它?您可以使用具有约束的输入:
{{1}}&#13;
我不完全确定是否需要maxLength,因为它通常用于字符串。