在javascript里定义如下的变量
function beforeDateChk(fld)
{
var nyusya_date = parseInt(fld);
         ...
}下来我想取得nyusya_date的长度,该怎么做?