- 博客(2)
- 收藏
- 关注
原创 Javascript面向对象继承方法
JavaScript面向对象继承方法 1.原型链 function superType() { this.color = "black"; } superType.prototype.saycolor = function() { document.write(this.color); } function subType() { this.name = "jack";...
2019-07-11 17:13:13 96 1
原创 相邻兄弟选择器和一般兄弟选择器
相邻兄弟选择器和一般兄弟选择器 1,相邻兄弟选择器 <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>相邻兄弟选择器</title> <s...
2019-07-10 15:22:27 732
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人