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.
我想在 Ocaml 中打印符号 @ 但它总是从内容中省略。有人可以指导我解决这个问题吗?
谢谢!
我假设您正在使用printf或类似的。“@”字符在格式字符串中具有特殊含义。要在字符串中获取文字“@”,请使用%@.
printf
%@