如有字符串hello.world,用.去切割这个字符串,得到的结果却是空数组:[cc]groovy:000> b = hello.world===> hello.worldgroovy:000> b.split(.)
確定! 回上一頁