# 基础类型与引用类型 ## 基础类型 - string - number - boolean - undefined - null ## 引用类型 - object ## 传递参数 > 基础类型会复制 引用类型会传递引用