在本例中,我们将把concat() 中的参数连接到数组a 中: <script type="text/javascript"> var a = [1,2,3]; document.write(a.concat(4,5)); ...
確定! 回上一頁