Windows下使用go语言写程序安装配置实例

2019-11-10 09:54:33于丽

            print strLink
            os.popen(strLink)    # link           
            os.remove(tmpName)  # remove temp file
    break # only search the current directory

好,就这些了,希望对你有帮助。