if__name__=='__main__':的作用是判斷是否是在主程序執(zhí)行,什么是主程序蒿赢,就是現(xiàn)在
要執(zhí)行的py文件谤逼,如果是導(dǎo)入的文件就不會走到這個判斷里面
如:if__name__=='__main__':
print ‘hello main process’
else:
print 'it is not the main process'
如果這段話是import的文件琳拨,那么久執(zhí)行else中的語句
if__name__=='__main__':的作用是判斷是否是在主程序執(zhí)行,什么是主程序蒿赢,就是現(xiàn)在
要執(zhí)行的py文件谤逼,如果是導(dǎo)入的文件就不會走到這個判斷里面
如:if__name__=='__main__':
print ‘hello main process’
else:
print 'it is not the main process'
如果這段話是import的文件琳拨,那么久執(zhí)行else中的語句