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.
如何在不硬编码 * 的情况下替换要屏蔽的数据,但将 * 替换为需要屏蔽的字母数?
我是 VBA 新手,所以我使用 C# 和 java 逻辑来完成这个。但是 VBA 中的 for 循环让我很困惑
如果要生成一串重复的字符,使用String函数
String(6, "*")将返回******
String(6, "*")
******