1、一元运算符
2、二元运算符
3、三元运算符
4、h5中div可设置是否能编辑的属性,当然如果在p、span标签什么的也是可以的 <div contenteditable="true"></div>
5、css3 去掉下拉框后面的三角形 ,去掉之后,若想在后面换成其他的什么图片背景就很容易了
select {appearance:none;-moz-appearance:none;-webkit-appearance:none;}