比如像这样的单引号,去除掉。导入到mysql中以后,用一下语句:
UPDATE user_4factors SET mobile=REPLACE(mobile,""","")
那个单引号需要用 “”转义一下,不然语法无法识别。