1. 程式人生 > >python 技術點

python 技術點

1、file_time = date.strftime('%Y-%m-%d %H:%M:%S')  #時間格式轉換

2、“ __”.join([1,2,3])     輸出結果:1__2__3   

      “ __”.join(“123”)       輸出結果:1__2__3   

3、