<SCRIPT LANGUAGE="JavaScript">
<!--
function printAscii(uBound)
{
  for(i=0;i<uBound;i++)
 {
  //document.write(i);
  document.write("&nbsp;&nbsp;&nbsp;");
  var str=String.fromCharCode(i);
  document.write(str);
  if(i%10==0) document.write("\r\n<p>");
 }
}
printAscii(128);
//-->
</SCRIPT>
posted on 2008-01-31 09:23  大口仔  阅读(1060)  评论(0编辑  收藏  举报

使用Live Messenger联系我
关闭