更新于2016.10.2 版本1.0
感谢yunhcl的建议!
内含两个函数
- 查询是否首次运行,如果是,返回true并自动标记已运行;如果不是首次运行,则返回false
- 清除“已经运行标签”,会使得下次检查“是否首次运行”返回true
原网址:http://www.source-space.cn/down/FirstRun
作者:ColinTree
Version1.0 Update in Oct.2, 2016
Thanks for your advice yunhcl!
Included two function
- Check if it is the first time to run, if it is true, return "true" and set a flag; If it is not the first time(flag existed), Return "false"
- Clear the flag, causes returning true if check if it is first time to run
Original Web Page:http://www.source-space.cn/down/FirstRun
Author: ColinTree