How to read and write into file using JavaScript?

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

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

17条回答
  •  日久生厌
    2020-11-22 02:31

    There are two ways to read and write a file using JavaScript

    1. Using JavaScript extensions

    2. Using a web page and Active X objects

提交回复
热议问题