command_line的两种写法①command_line = ['xtb', '--opt', 'tight']command_line.append(full_path)②f"{xtb_path} {os.path.basename(item)} --grad --hess"二者本质上是文件名补充形式的不同