【发布时间】:2021-04-18 09:08:27
【问题描述】:
嘿,伙计们,这是我一段时间以来一直想做的事情......
所以我有一个在线文本文件,可以通过这样的链接访问https://example.com/myfile.txt
文本文件包含几句,这里有几句
This is a sentence
sentences are a combination of multiple words
we cannot imagine a world without sentences
words together form a sentence
here's a sentence orange is a fruit and I love it!
how's the day today?
好的,这是文本文件中的所有随机句子,所以现在如果我在输入 (string input) 中输入单词“单词”,我希望它打印出包含输入的所有行,这是一个示例
sentences are a combination of multiple words
words together form a sentence
【问题讨论】:
-
这是一个陈述,而不是一个问题。其中哪一部分给您带来了问题?
-
我在做这件事时遇到了麻烦,我不知道如何处理它,现在我有了清晰的工作代码来学习和理解,感谢 Poul Bak