GO 调用C# dll

linkyang · · 3100 次点击
没办法直接调用,你可以用c#写个asp.net接口程序,走http协议
#1
更多评论
<a href="/user/chengxuge" title="@chengxuge">@chengxuge</a> 感谢,我改写下吧,这个是麻烦事情!
#2
syscall.LoadLibrary(&#34;test.dll&#34;) 参考这里看看 https://zhuanlan.zhihu.com/p/581741894
#3