1.assert作用 assert(exp)就是一个debug断言,断定(exp)里面的表达试一定为真,否则弹出debug断言框。 转载于:https://www.cnblogs.com/siliconvalley/p/3163610.html