function Format(const Format: string; const Args: array of const): string;   Format字符串说明:   "%" [index ":"] ["-"] [width] ["." prec] type   (1) 格式化字符串必须以%开头   (2) [index ":"] 索引指的是Args参数...
日期:2012-04-03 浏览:1984次 评论:0 阅读全文
  •