世界上最简单的基于浏览器的列表项复制实用程序。输入您的列表并指定复制条件即可创建项目副本。非常适合数据扩展、测试或创建重复模式。
此工具允许您复制列表中的项目。您可以指定副本数量(包括小数),控制项目是连接还是交织,甚至可以反转重复的项目。它非常适合创建重复模式、生成测试数据或扩展具有可预测内容的列表。
This example shows how to duplicate a list of words.
Hello World
Hello World Hello World
This example shows how to duplicate a list in reverse order.
Hello World
Hello World World Hello
This example shows how to interweave items instead of concatenating them.
Hello World
Hello Hello World World
This example shows how to duplicate a list with a fractional number of copies.
apple banana cherry
apple banana cherry apple banana