var keyList = "QWERTYUIOPASDFGHJKLZXCVBNM"; for (i in keyList) { var button = keyButton(keyList[i]); document.body.appendChild(button) }
確定! 回上一頁