<html><head><title>三目运算符</title> </head><body><script language="javascript">var a=5,b=6;alert(a>b?"调用01.css":"调用02.css");</script></body></html>