def parseint(string):
return int(''.join([x for x in string if x.isdigit()]))
def parseint(string):
return int(''.join([x for x in string if x.isdigit()]))
本文标题:2018-11-24(python版的parseInt)
本文链接:https://www.haomeiwen.com/subject/ojpyqqtx.html
网友评论