```js const value = '112' const fn = (value) => { ... } fn(value) // 输出 [1, 11, 112] ``` <img src="http://resource.muyiy.cn/image/2019-07-30-124852.jpg" height="800"/>