编辑下面的代码:
【加编码】
查看效果 »
<html> <body> <script type="text/vbscript"> a=Split("Brown cow, White horse, Yellow chicken",",") for each x in a document.write(x & "<br>") next </script> </body> </html>
结果:
【此窗口】
帮助?