split()和join()有什么区别?

前者是切割成数组的形式

后者是将数组转换成字符串

原文地址:https://www.cnblogs.com/hanningHNN/p/13763666.html