How to create a file and append data from html page ?
问题 I have an html file on my desktop that takes some input. How would I go about writing that input into a file onto my computer? Would I have to use another language to do it (i.e python or javascript?) and how would I go about doing this? On a related note, is there any way I can have javascript start an application from within an html file (the goal is to write to a file on my computer? 回答1: Browsers have lots of security that prevent this level of control over your computer. This is a good