首页 > TAG信息列表 > CompareImage

学会用正则表达式

在代码工程里头,进行批量的文本替换,能用正则尽量用正则表达式,减少人力成本 Assertion.AssertEquals(false, ImageProcessor.CompareImage(bitmap1, bitmap2));   不如就用着这正则表达式替换 Assertion\.AssertEquals\( (true|false), ImageProcessor\.CompareImage\( bitmap(\d),