1.the expression on a person's face;
a sad expression
2.expression without words;
tears are an expression of grief
3.the communication (in speech or writing) of your beliefs or opinions;
expressions of good will
4.a word or phrase that particular people use in particular situations;
pardon the expression
5.the style of expressing yourself;
he suggested a better formulation
6.a group of symbols that make a mathematical statement
7.(genetics) the process of expressing a gene
8.a group of words that form a constituent of a sentence and are considered as a single unit;
I concluded from his awkward constructions that he was a foreigner
9.the act of forcing something out by squeezing or pressing;
the expression of milk from her breast
CSS中的行为—expression CSS中使用expression有ie才能识别。IE5及其以后版本支持在CSS中使用expression,用来把CSS属性和Javascript表达式关联起来,这里的CSS属性可以是元素固有的属性,也可以是自定义属性。就是说CSS属性后面可以是一段Javascript表达式,CSS属性的值等于Javascript表达式计算的结果。 在表达式中可以直接引用元素自身的属性和方法,也可以使用其他浏览器对象。这个表达式就好像是在这个元素的一个成员函数中