淘先锋技术网

首页 1 2 3 4 5 6 7

取一个单词的首字母(假设单词是word),word[0:1]。

取句子中所有的单词的首字母(假设句子是sentence)

[word[0:1]forwordinsentence.split()]

map(lambdax:x[0]iflen(x)andx[0].isalpha()else'',str_value.split(''))