利用NVelocity 模版生成文本文件

namespace Common { public class Tools { public string Process(string content, int startIndex, int length) { string result = content.Substring(startIndex, length);
相關文章
相關標籤/搜索