sometimes, i wan to use win32api in godot,how can i call win32api function in gdscript?
In order to do that you need to use either C# or C++ with GDExtensions. GDScript itself cannot import or call any functions from a library outside of Godot itself.