Refine the rest structure.
This commit is contained in:
@ -15,3 +15,6 @@ func SafeMethod(f func()) {
|
||||
//执行函数
|
||||
f()
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user
@ -15,3 +15,6 @@ func SafeMethod(f func()) {
|
||||
//执行函数
|
||||
f()
|
||||
}
|
||||
|
||||
|
||||
|
||||
|