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