taelee.log
로그인
taelee.log
로그인
str.substr(), str.substring()차이 javascript
이태혁
·
2020년 9월 8일
팔로우
0
0
"hello"
.
substr
(
2
,
3
)
;
// "llo" -> 2번째부터 3개 추출
"hello"
.
substring
(
2
,
3
)
;
// "l" -> 2번째부터 3번째 직전까지 추출
이태혁
back-end, cloud, docker, web의 관심이 있는 예비개발자입니다.
팔로우
이전 포스트
javascript html에 넣기
다음 포스트
mysql 테이블 생성 기본 명령어(index, unique)
0개의 댓글
댓글 작성