<html>
<head>
<title>使用ASCIIcode 列出26個英文字母</title>
</head>
<body>
<script>for(var i=65;i<91;i++)document.write(String.fromCharCode(i));</script></body>
</html>

arrow
arrow
    文章標籤
    javascript for loop ascii code
    全站熱搜

    痞客興 發表在 痞客邦 留言(0) 人氣()