var a = this.getValue();
if(a.length(a) == 0 || a.length(a) > 5)
{
alert("该单元格不可以为空,长度必需大于五")
};
if(a.length == 0 || a.length < 5)