[ JAVASCRIPT ] – 取得今年年份 2015 / 11 / 20 jeff 0 [javascript] var y = new Date(); alert(y.getFullYear()); [/javascript]