编辑下面的代码:【加编码】
<html> <body> <script type="text/vbscript"> document.write(Chr(65) & "<br>") document.write(Chr(66) & "<br>") document.write(Chr(67) & "<br>") document.write(Chr(97) & "<br>") document.write(Chr(98) & "<br>") document.write(Chr(99) & "<br>") </script> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂