CodeShadow 将 str[1]abc[991] str[2]abc[992] 替换成 god[991] god[992] 的正则表达式 查找串:str\[[0-9]+\]abc\[([0-9]+)\] 替换串:god[\1] 这里\1表示()匹配到的值