【发布时间】:2017-03-09 18:15:40
【问题描述】:
假设我有这个 .txt 文件:
one
two
three
并且想从中制作一个这样的文件:
<s> one </s> (1)
<s> one </s> (2)
<s> one </s> (3)
<s> two </s> (1)
<s> two </s> (2)
<s> two </s> (3)
<s> three </s> (1)
<s> three </s> (2)
<s> three </s> (3)
我该怎么做?
【问题讨论】:
-
你试过什么?那是怎么工作的?那怎么行不通?请read about how to ask good questions.