Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
在修改源码后,希望添加一个包含当前时间的注释。 如何实现时间的自动生成
我想可以这么解决 1、使用版本控制工具 2、使用输入法输入sj,就会弹出当前时间 3、制作一个工具,为没有时间注释的代码添加时间注释。
@MerryPhilo 当前时间的注释。建议使用SVN,Git的blame功能代替。可以直接查看代码的添加时间和修改人。