html 技巧
<!--消除表格间隙--><table cellspacing="0" cellpadding="0" ><!-- Tr 行高为0 --><tr style="line-height: 0px;"><!-- td内容自动换行 --><td style='word-break:break-all'><!-- iframe显示无边框--><iframe frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no" allowtransparency="yes"></iframe> <!-- file框阻止手动输入 --><input type="file"contenteditable="false" />
页:
[1]