JavaScript显示数据:
window.alert()
document.write()
innerHTML()
console.log()
typeof()
JavaScript语法:
var person = ['lastName']
function xxx (){}
let a = function(){}
parserInt()
Number()
toString()
事件:
onchange
onclick
onmouseover
onmouseout
onkeydown
onload
字符串方法:
charAt() 返回指定索引位置的字符
concat()
indexOf()
lastindexOf()
replace()
slice() 提取字符串的片断,并在新的字符串中返回被提取的部分
split()
foreach(function(){})