javascript学習ノート(二)
2361 ワード
toUpperCase() :
var message="Hello world!";
var x=message.toUpperCase();
Date() ;
Document.write(Date()) ;
Var x = document.getElementById ;
x.innerHTML// ;
x.attribute//
x.src// ;
x.style.property // ;
x.style.color// ;
x.style.visibility//
document.createElement("p") p ;
document.createTextNode(" 。") ;
appendChild ;
removeChild ;
:
:Math.round();
0.00000-1.0000 :Math.random()
W3school. http://www.w3school.com.cn/jsref/jsref_obj_math.asp
:
Window.screen.availWidth
window .screen.availHeight -
window.open() -
window.close() -
window.moveTo() -
window.resizeTo() -
location:
ocation.hostname web
location.pathname
location.port web (80 443)
location.protocol web (http:// https://)
location.href URL。
history.back()-ブラウザで後退ボタンをクリックしたのと同じです.history.forward()-ブラウザでボタンを押して前に進むのと同じです.
ダイアログ:
alert(" ")
confirm(" ")
prompt(" "," ")
:
set Timeout()未来のいつかコードを実行します.clearTimeout() setTimeout()