✨ 文件301直链与password文件隐藏
This commit is contained in:
13
test/string_test.go
Normal file
13
test/string_test.go
Normal file
@ -0,0 +1,13 @@
|
||||
package test
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"strings"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestSplit(t *testing.T) {
|
||||
drive_id:="/123/456"
|
||||
strs:=strings.Split(drive_id,"/")
|
||||
fmt.Println(strs)
|
||||
}
|
Reference in New Issue
Block a user