xn_strlen($subject) > 128 AND message('subject', lang('subject_length_over_limit', array('maxlength'=>128)));
编辑的时候就会检测标题长度了,128是指标题的字符长度,可根据需要修改