# -*- coding: utf-8 -*- import io out = r'd:\Users\chenjun\kyj-yanglao-web-new\src\views\elderly\apply\check-in\ContractForm.vue' with io.open(out, 'a', encoding='utf-8') as f: f.write(u''' ''') print('Script and Style sections appended successfully')