js學習有感2

1.在js方法中用var定義的爲內部變量和內部方法,不能在外部調用。如果要對對象動態添加成員方法和成員變量,需要使用關鍵字prototype。 2.聲明一個string對象 var str0="hello"; var str1=new String("hello");     (str0==str1)爲ture但是(stro===str1)爲false。 3.給數組排序:array.sort();
相關文章
相關標籤/搜索