描述:
关闭Google cloud storage连接。
语法:
gcs_close(fd)
备注:
外部库函数,外部库的使用请参考《外部库使用指南》。
关闭gcs连接,释放资源。
参数:
fd
gcs连接对象。
示例:
A
1
=file("F:/gcs.json").read()
2
=gcs_open(A1)
连接服务。
3
>gcs_close(A2)
关闭连接。