1.open中需要用到‘w’或'a'或'r+'参数
2.是它不,a.writable()打印出来是True
3.是它,a.write('字符串\n'),写一行数据(只能是字符串)
4.是它来进,a.writelines(列表),与a.write一样