向UILabel应用程序崩溃添加Stroke
由于发现零而崩溃
<style>
.uTbId td.check {
position: absolute;
width: 100px;
background-color: #fafafa
}
.uTbId td.check:hover {
background-color: #0000CD;
color: green;
}
</style>
<table class="uTbId" border="1" cellspacing="0" style="width:100%;margin-top:30px" bordercolor="lightgray">
<tr>
<td class="check">
<input type="checkbox" id='Tom' />Tom</td>
</tr>
</table>