從字符串中查找并提取數(shù)字我需要查找和提取字符串中包含的數(shù)字。例如,從這些字符串:string test = "1 test"string test1 = " 1 test"string test2 = "test 99"我該怎么做? 查看完整描述