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.
需要帮忙。
我有一个包含字符串的配置属性文件。
我需要将此字符串传递到批处理文件中。
这样做的程序是什么?
提前致谢!
1)读取配置文件(搜索如何读取文件)
2)使用 Runtime.exec() 函数看这里:Java Runtime.exec()