摘要: lib.go package main import "C" //export SpeedTest func SpeedTest(config *C.char) { configContent := C.GoString(config) run(configContent) } func main( 阅读全文
posted @ 2024-09-04 17:37 screte 阅读(50) 评论(0) 推荐(0) 编辑