HTML表格在IE中值为空时不显示表格边框的解决办法

HTML表格在IE中值为空时不显示表格边框的解决方法table border1 styleempty-cells:show border-col

HTML表格在IE中值为空时不显示表格边框的解决方法
<table border="1" style="empty-cells:show; border-collapse:collapse;"> 
    <tr><td>111</td><td></td> 
    <tr><td></td><td>2222</td> 
<table> 

attention: 
style="empty-cells:show; border-collapse:collapse;"