【发布时间】:2011-05-16 13:55:21
【问题描述】:
我正在尝试创建一个保留计数的脚本,即使它被多次调用。这是为脚本正在写入文件的某些内容行提供唯一 ID。
例如:
Monday I call the script and make 2 lines. The script gives ID 1 and 2 to those lines.
Friday I call the script again and make another line. The script gives ID 3 to this one.
etc
【问题讨论】: