
1. css3 新增的个伪类
2.写出两种响应式布局的控制样式方式
3.写两个 js 获取 dom 属性值的方法非 jq
4 已知数组 var stringArray = [“This”, “is”, “Baidu”, “Campus”],Alert 出”This is Baidu
Campus”。
5 已 知 有 字 符 串 foo= ” get-element-by-id ” , 写 一 个 function 将 其 转 化 成 驼 峰 表 示 法 ”
getElementById”。
6. 看下面的代码,输出什么,foo 的值为什么?
var foo = "11"+2-"1";
console.log(foo);
console.log(typeof foo);
7.写一个函数方法为指定元素来删除数组元素
评论0
最新资源