最新回答 / 慕粉3491954
样式的优先级顺序依次是: 1、内联样式(如:<span stye="color:green;"></span>) 2、嵌入样式(如:<span></span> <style> span{color:green;}</style>) 3、外部样式文件(如:<span></span> <link res="stylesheet" type="css/html" href="myst...
2015-08-14