regular_v1 = re.findall(r "docs" , "https://docs.python.org/3/whatsnew/3.6.html" ). print (regular_v1). # ['docs'] ...
確定! 回上一頁