W3School TIY
编辑您的代码:
<html> <body> <script type="text/javascript"> name = "Doe, John"; document.write(name.replace(/(\w+)\s*, \s*(\w+)/, "$2 $1")); </script> </body> </html>
查看结果: