是否可以從腳本中指定數量的代碼創建可執行文件?例如:#some code up here to set some things updef oneFunction(param): #does something here as welldef run(): varaible1 = input() oneFunction(variable1) #more code after thisif something == True: #some code to create executable from the run functionelse: #do something else
從腳本中指定的代碼生成可執行文件
幕布斯6054654
2023-05-23 14:44:44