vike681 发表于 2017-5-7 10:46:11

Python

本作品采用知识共享署名-非商业性使用-相同方式共享 3.0 Unported许可协议进行许可。允许非商业转载,但应注明作者及出处。

作者:liuyuan_jq
2011-04-18

本函数来自于GITS博客

defget_words_from_filename(filename):"""Get the words from filename"""split = re.compile(r"\b\w+\b").findallreturn
页: [1]
查看完整版本: Python