string对象的属性有:1.length 2 prototype 3.constructor
string对象的方法:
chatAt(); indexOf ();match();replace ();search ();slice();toUpperCase ();toLowerCase();
Array对象的属性有:1.length 2 prototype 3.constructor
Array对象的方法:
shift ();unshift ();shift();pop();push();concat ();reverse ();splice ();slice()
Event Loop
网友评论