企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
~~~ var ary = [12, 23]; function fn(ary) { console.log(ary); //[12, 23] ary[0] = 100; ary = [100]; ary[0] = 0; console.log(ary); //[0] } fn(ary); console.log(ary); //[100, 23] ~~~ ![](https://img.kancloud.cn/cc/68/cc68b9028aa35dcfb338b74adf13ff7d_394x331.png) ![](https://img.kancloud.cn/9d/91/9d91abad7a81cf40f759e82109c91863_1094x491.png)