JavaScript認識1
881 ワード
1.関数について
関数は、タスクを実行するグループのjavaScript文です.headノードにjsコードを追加します.
![スクリーンショット.png](http://upload-images.jianshu.io/upload_images/3578705-1320e60a3b5c1134.png?imageMogr2/auto-orent/strip%7 CmageView 2/2/w/1240)
jsに興味がある子供用の靴は試してみてもいいです.
関数は、タスクを実行するグループのjavaScript文です.headノードにjsコードを追加します.
mytest
// window.onload , web unload , say something
window.onload = saySomething;
function saySomething(){
//
document.getElementById("helloMessage").innerHTML = "hello world !";
}
babyノードにコードを追加
test
operaブラウザで開く効果は以下の通りです.![スクリーンショット.png](http://upload-images.jianshu.io/upload_images/3578705-1320e60a3b5c1134.png?imageMogr2/auto-orent/strip%7 CmageView 2/2/w/1240)
document.getElementById("helloMessage").innerHTML = "hello world !";
documentはIDでノードh 1を取得し、その内容をハロルドに変更します.jsに興味がある子供用の靴は試してみてもいいです.