전체 내용은 다음과 같습니다.
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