2016年4月12日
javascript
document.write 和writeln区别
with(window.open()){
document.write("百度")
document.write("百度")
document.write("百度")
document.writeln("知道")
document.writeln("知道")
document.writeln("知道")
}百度百度知道
知道
知道for in循环与for循环
类型转换
Number函数
String函数:强制转换成字符串
Boolean函数:强制转换成布尔值
angular
标签指令
ngularJs的表单验证
Last updated