我知道這個問題似乎被問了很多次,但我不知道這樣做。 的.gitignore包含.csv,但後來我試圖提交,面對真正奇怪的行爲對我來說: Changes to be committed:
# new file: regression/qw/batch_learning.ipynb
# new file: regression/qw/submission.csv
# new file: reg
我想忽略使用字符串標記器的特殊字符,如, " ; :。 例如,如果我輸入: He said, "That's not a good idea."
輸出應該是: He
Said
that
s
not
a
good
idea
這是我當前的代碼 class Q_03
{
public static void main(String[] argv)
{