假如有個字符串,string str = "100萬-1000萬";現(xiàn)在我要用正則匹配里面的數(shù)字, Regex myRegex = new Regex("^[0-9]+$");匹配完了之后,我怎么取出被匹配的數(shù)字? 查看完整描述