第一种:
<HTML xmlns:v>
<style>
v\: { behavior: url(#default#VML); }
</style>
<body>
<v:line from="0,0" to="260,100"></v :line>
</body>
</html>
第二种:
<script language="Javascript">
<!--
documentwrite('<div style=\"font-size:1px;line-height:1px;letter-spacing:0px;\">');
var te='<font color=\"#ffffff\">';
for(i=100;i>0;i--){te='<font color=\"ffffff\">';
for(j=1;j<i;j++){te=te+'■';}
documentwrite(te+'</font><font color="#000000" id="a1">■</font>');
te='<font color=\"ffffff\">';
for(k=0;k<100-i;k++){te=te+'■';}documentwrite(te+'<br>')}
documentwrite('</div>')
--></script>
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)