How to read and write into file using JavaScript?

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

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

17条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-22 02:37

    You'll have to turn to Flash, Java or Silverlight. In the case of Silverlight, you'll be looking at Isolated Storage. That will get you write to files in your own playground on the users disk. It won't let you write outside of your playground though.

提交回复
热议问题