js中=>的作用

it2026-02-13  7

(x) => x + 6

相当于

function(x){ return x + 6; }

https://blog.csdn.net/ppwwp/article/details/82593905 

最新回复(0)