摘要:
search → find something anywhere in the string and return a match object. match → find something at the beginning of the string and return a match obj 阅读全文
摘要:
join Wait until the thread terminates. This blocks the calling thread until the thread whose join() method called terminates either normally or throug 阅读全文