最新回答 / qq_LWQ_1
大爺的,沒仔細看。match(pattern, string, flags=0) ? ?Try to apply the pattern at the start of the string, returning ? ?a match object, or None if no match was found.意思是必須以符合規則的為開頭
2017-09-17
最新回答 / 丶Esc3626950
試了一下,發現 ? [1-9]? ? ?這個東西發生是看情況的,需要他發生零次時他就發生0次,需要他發生一次時他就發生一次。老師的例子里,這句話沒發生作用,
2017-07-30