假設我有一個yaml配置檔案,例如: test1: minVolt: -1 maxVolt: 1 test2: curr: 5 volt: 5 我可以使用以下命令將檔案讀入python: import yaml with ...
確定! 回上一頁