颠倒字符顺序颠倒字符顺序<html><body> <script type="text/vbscript">sometext = "Hello Everyone!"document.write(strReverse(sometext))</script> </body></html>