按行数与列数生成随机 TSV(制表符分隔)。
随机 TSV
A TSV (Tab-Separated Values) file stores tabular data with cells separated by tabs, much like CSV. This tool builds a random TSV table on demand from the row and column counts you set, adding col1, col2 headers automatically so you can paste it straight into testing or demos.
Handy for whipping up throwaway TSV test data for analysis, import, or code development. The output is for demo purposes, not real business data.