首页
编程
java
php
前端
首页
编程
java
php
前端
Python实现模糊表达
请问如何通过python实现类似sql like %he(以he结尾)的表达?
str.endswith('he')
点击展开全文