function click() {
if (event.button==2) {alert('歡迎光臨農曆國曆對照表陳年老黃曆換算') }
}
// document.onmousedown=click
0x8; i>>=1) sum += (lunarInfo[y-1900] & i)? 1: 0
return(sum+leapDays(y))
}
//====================================== 傳回農曆 y 年閏月的天數
function leapDays(y) {
if(leapMonth(y)) return((lunarInfo[y-1900] & 0x10000)? 30: 29)
else return(0)
}
//====================================== 傳回農曆 y 年潤哪個月 1-12 , 沒潤傳回 0
function leapMonth(y) {
return(lunarInfo[y-1900] & 0xf)
}
//====================================== 傳回農曆...
"你是獵人還是獵物?"