> 웹 프론트엔드 > JS 튜토리얼 > 자바스크립트 검토에 관한 몇 가지 참고 사항 기본 상식_자바스크립트 기술 요약

자바스크립트 검토에 관한 몇 가지 참고 사항 기본 상식_자바스크립트 기술 요약

WBOY
풀어 주다: 2016-05-16 18:05:37
원래의
1489명이 탐색했습니다.

전체 내용은 다음과 같습니다.

2010.11.29
1.[window.]alert();
document.alinkColor
textString.anchor()
navigator.appCodeName
escape("Hi!")는 ASCII 코드를 반환합니다.
eval("x y")는 문자열 x=10,y=20;eval=30을 평가합니다.
formName.elementName.focus()는 요소를 다음으로 설정합니다. be Focus
history.forward() 브라우저 전달
날짜 관련 함수
Date.getDate() 1~31 사이의 날짜를 반환합니다.
Date.getDay() 월요일부터 요일을 반환합니다. ~ 토요일 0~6 사이의 값
Date.getHours()는 0~23을 반환합니다.
Date.getMinutes()
Date.getMonth()
Date.getSeconds()
Date.getTime ( ) 1970.1.1부터 현재까지의 밀리초 수를 가져옵니다.
설명
{
}
Date.getTimezoneOffset() 클라이언트의 시차를 가져옵니다. GMT
Date.getYear(); >history.go();
document.linkName.hash는 Url에서 # 뒤의 문자열을 반환합니다. document.links[0].hash,document.location.hash
document.history 개체
document.history.forward();
document.history.back();
document.history.go(-1), -2
location.host,linkName.host, linkName.port 반환 호스트 이름 및 포트
location.hostname
location.href
formName.selectName.options[index].index 선택 요소의 첨자를 반환합니다.
isNaN()은 숫자인지 확인합니다. 🎜>stringName .italics() XIE 본문 형식으로 설정
stringName.lastIndexOf('o'); 문자열 끝의 문자 시작 인덱스를 반환합니다.
stringName.link(); >이벤트
onChange=""
onClick=""
onFocus=""
onLoad=""
onMouseOver=""
onSelect=""
onSubmit=" "
onUnload="" 문서를 종료할 때

document.open([MIMETYPE])
window.open("url","windows name"[,"windowFeatures"])

Date.parse("1996년 1월 11일");
parseFloat(string)
parseInt(string[,radox])

document.fromName.passwordName
위치 .pathname,link .pathname,links[index].pathname

windowName.prompt(message[inputDefault])
protocal:
about,ftp,http,mailto,news,file,javascript

Math.random()은 0-1 사이의 난수를 반환합니다.
Math.round(argument) 반올림
formName.resetButtonName

window.status
stringName.strike () 문자는 취소선 문자로 변환됩니다.
stringNAme.sub() 문자를 아래 첨자 텍스트 형식으로 변환합니다.
formName.submit() 제출 버튼을 클릭하는 것과 동일한 작업을 수행합니다.
stringName.substring(index1,index2 ) 하위 문자열
stringName.sup()을 가져와 창 이름 문자열 formName.target, Forms[index].target,location.target,link.target,links[index를 지정하는 위 첨자 형식
target으로 변환합니다. ].target

document.title
태그에서 읽은 중간 값을 반환합니다. 포함되지 않은 경우 비어 있습니다. NULL

Date.toGMTString() 날짜를 시간으로 변환합니다. string

<br>stringName.toLowerCase(); <br>stringName.toUppderCase() <br><br>window.top, window,top.frameName,window.top.frames[index]상위 브라우저 창<br><br>navigator.userAgent 브라우저 식별 에이전트<br>documnet.vlinkColor는 방문한 링크의 색상 값을 반환합니다.
관련 라벨:
원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿