Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在努力了解如何在同一个 file.csv(或 .txt)上但在两个不同的列上保存两个不同的文本。
我已经构建了一个.JS生成随机文本,然后填充一些字段,然后继续使用宏的其余部分。
.JS
我想要做的是将那些文本(电子邮件,密码)保存在 .csv 但在{{!COL1}}&{{!COL2}}
{{!COL1}}
{{!COL2}}
有没有办法建立这样的东西?太感谢了!
eiifq83234
简单的解决方案只是将值添加到 !extract - 保存在 csv 文件中后,它会自动将其格式化为 2 个不同的列
set !extract username add !extract password saveas type=extract folder...