python 2022年3月22日 2022年6月30日 fh_result = "" print(type(fh_result)) if fh_result: print("非空") else: print("空")