This page contains a single entry by Gen Kanai published on February 18, 2007 4:31 PM. why use gmail was the previous entry in this blog. Bandwagon is up! is the next entry in this blog. Find recent content on the main index or look in the ar... 続きを読む
local宣言。変数を局所化する宣言、と説明されているが、どうもピンとこなかった。。そこで、ちょっとlocalについてまとめてみました。Catalystのsetupメソッド内でもlocalが使われています。local宣言がなぜ必要だったのか。また、そのときの内部の挙動はどう... 続きを読む
以下のようにすればOK。もちろんdocument.allないしdocument.getElementsByTagName('*')を使えば再帰の必要もないのだけど例として手頃だったので。 function count_tags(node){ var tag = {}; # これで仮引数を省略 function f(node){ var kids = node.childNo... 続きを読む