How to read and write into file using JavaScript?

后端 未结 17 2708
孤街浪徒
孤街浪徒 2020-11-22 02:00

Can anybody give some sample code to read and write a file using JavaScript?

17条回答
  •  春和景丽
    2020-11-22 02:43

    No. Browser-side javascript doesn't have permission to write to the client machine without a lot of security options having to be disabled

提交回复
热议问题