我有一个以数字开头的字符串(从 0-9)我知道我可以使用 startswith() “或”10 个测试用例,但可能有一个更简洁的解决方案 所以不是写 if (string.startswith('0') || string.startswith('2') || string.startswith('3') || string.startswith('4') || string.startswith('5') || string.starts...
编程思路: 1.用def定义四个函数,分别是用来判断汉字,数字,英语或其他(如下列代码所示) 2.最...