2016-07-25 41 views

回答

7

th标签添加CSS:

table{ 
    cursor: pointer; 
} 
table th{ 
    cursor:default; 
} 
1
table{ 
    cursor: pointer; 
} 


th { 
    cursor: hand; 
} 
相关问题