regexp exp = new regexp("mystr\((.*),(.*),(.*),(.*)\)")
然后循环读取匹配的子项,对每一个匹配的子项match[1],match[2],match[3],match[4]就是你想要的数据了