<script type="text/javascript"> var string="Good morning to you."; document.write(string.split("") + "<p>"); //根據每個字元切開,輸出結果:G,o,o,d, ...
確定! 回上一頁