python raise a string exception is deprecated时间:2022-06-18 12:34:22python不允许raise 一个内建的string 对象。所以就崩溃,可以先将其转换成其他string,比如赋值。