如何将int转换为字符串?示例:1到“1”。 最佳答案 使用函数string_of_int(请参阅Pervasives文档,该模块包含在顶层 namespace 中自动提供给所有OCaml程序的功能的模块)。