質問は簡単です。PHP のように魔法の関数__construct()
がありますが、javascript で使用できる関連する関数やハックはありますか?
例:
function setLength() {
/* Some work */
}
var a = new Object();
b = new String("Hello");
//Is there anyway the function setLength() will automatically be fired when an Object or String... created?
あなたの答えを楽しみにしています。助けてくれてありがとう。
[バツ]