c++ - cgo Internet Settings 刷新
阿神
阿神 2017-04-17 11:15:30
0
1
642

更改注册表
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings
IE不实时刷新
我看 C++通过InternetSetOption 来刷新
我想用cgo来搞定
但是golang默认装的C库太少 貌似只看到了 runtime.h
wininet.h wininet.lib
一些都不存在.而且不熟悉C++
求大神来个demo

阿神
阿神

闭关修行中......

reply all(1)
伊谢尔伦

Because cgo does not have C++ macros, it is still very troublesome to solve the problem
A kid gave me a new idea and solved it by calling dll
Then call Wininet.dll--InternetSetOptionA
Problem solved

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template