如下:
html,body{height:100%margin:0px}
或
html{height:100%}
body{height:100%margin:0px}
后面的高为100%才有效:
<table height="100%">
或
<div style="height:100%">
如下:
html,body{height:100%margin:0px}
或
html{height:100%}
body{height:100%margin:0px}
后面的高为100%才有效:
<table height="100%">
或
<div style="height:100%">