由于把薪金存储为整数,因此应用程序必须先去掉所粘贴数据中的标点符号,然后再保存。
Because you store salary as an integer, your application must strip punctuation from the posted data before it's persisted.
写一个读取文件的程序,把每一行拆分成一个个词,去掉空白和标点符号,然后把所有单词都转换成小写字母的。
Write a program that reads a file, breaks each line into words, strips whitespace and punctuation from the words, and converts them to lowercase.
写一个读取文件的程序,把每一行拆分成一个个词,去掉空白和标点符号,然后把所有单词都转换成小写字母的。
Write a program that reads a file, breaks each line into words, strips whitespace and punctuation from the words, and converts them to lowercase.
应用推荐