我需要在 中编写一个函数GO,将其编译为共享库,然后从Dart. 例如,要返回一个键,如下面的代码所示:
package main
func getKey() string {
theKey := "123-456-789"
return theKey
}
func main() {}
GCT1015
相关分类