2
15
78
79201
31
以下几个方法在项目中的对于数据处理很常用 split 将字符串变为数组 str=‘hello,hi,yes,no’ str.split(‘,’)--------[hello,...