使用正则表达式,可以很好的解决字符匹配的问题。与pandas中的 df.loc[ df[ '商品名称‘ ].str.contains( '催化|汽车' ), [ '标记' ] ] = 'junk' 类似。