if(tmp.match("abc")){
console.log(222);
}
else{
console.log(3333);
}
문제가 되는경우
Null Validation - Uncaught TypeError: Cannot read property 'match' of undefined.
'javascript' 카테고리의 다른 글
웹프로그램 실행 순서 (0) | 2015.09.23 |
---|---|
제이쿼리 continue랑 break 문 (0) | 2015.09.23 |
크롬 콘솔상에서 자동완성 (0) | 2015.09.22 |
크롬 콘솔창에서 작업 할때 엔터 키 (1) | 2015.09.22 |
console 서 div 쉽게 보도록 하기 (0) | 2015.09.22 |