如何用javascript判断录入的日期是否合法. 复制代码代码如下: function IsValidYear(psYear) { var sYear = new String(psYear); if(psYear==null) { ...
確定! 回上一頁