颠倒字符顺序

  1. <html>
  2. <body>
  3.  
  4. <script type="text/vbscript">
  5. sometext = "Hello Everyone!"
  6. document.write(strReverse(sometext))
  7. </script>
  8.  
  9. </body>
  10. </html>