星期天为 0;
var num = 2;
var b = (1000 % 7 + 2) % 7;//因为星期天为0 所以最后还要 % 7;
console.log("1000天后是星期" + b);
百位:parseInt(/100)
十位:parseInt( %100/10)
个位:%10