Would re.sub work for what you're doing? http://www.regular-expressions.info/python.html. Something like this? #!/usr/bin/python import re ...
確定! 回上一頁