집 > Q&A > 본문
天蓬老师2017-04-18 10:47:58
이것은 매우 간단합니다. 열에서 포맷터를 설정할 수 있지만 입력은 메소드입니다. 예: {name:"email",formatter:checkEmail}
그런 다음 checkEmail이라는 메소드를 정의하세요
function checkEmail(x,y,z){//그럼 결과 처리 후 바로 반환하면 됩니다
'xxxxxxxxxxx'+x+'yyyyy'를 반환합니다.}