更新提取接口参数,完善流程与测试代码逻辑

This commit is contained in:
2025-04-14 16:00:04 +08:00
parent 8c268fd7a9
commit e9749db50c
10 changed files with 140 additions and 115 deletions

View File

@@ -1,10 +1,9 @@
package main
import (
"fmt"
"time"
)
func main() {
fmt.Printf("%v\n", time.Now())
println('|')
println(':')
println('\t')
println('\r')
println('\n')
}