花费 5 ms
python——re模块(正则表达式)

re 模块的使用: 1.使用compile()函数编译一个parttern对象, 例如:parttern=re.compile(r'\d+') 2.通过pattern对象提供的一系列属相和方法, ...

Wed Dec 05 01:25:00 CST 2018 0 4618

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM