Private Sub debug_print(log as string) Dim f As Integer On Error Resume Next f = FreeFile() Open "debug_print.LOG" For Append As #f Print #f, Format(Now, "YYYY-MM-DD hh:mm:ss") + " " + log Close #f End Sub
7,784
社区成员
197,584
社区内容
加载中
试试用AI创作助手写篇文章吧