Example 1: js writing to json file var fs = require('fs'); var data = {} data.table = [] for (i=0; i <26 ; i++){ var obj = { id: i, ...
確定! 回上一頁