编辑下面的代码:【加编码】
<html> <body> <script> var parents = ["Jani", "Tove"]; var brothers = ["Stale", "Kai Jim", "Borge"]; var children = ["Cecilie", "Lone"]; var family = parents.concat(brothers, children); document.write(family); </script> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂