得到日期年月日等加數字後的日期*/ Date.prototype.dateAdd = function(interval,number) { var d = this; var k={'y':'FullYear', 'q':'Month', ...
確定! 回上一頁