Changeset 66 for branches/testa-single-bookmark/js/remotex.js
- Timestamp:
- Sep 4, 2019 11:03:12 AM (6 years ago)
- File:
-
- 1 edited
-
branches/testa-single-bookmark/js/remotex.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/testa-single-bookmark/js/remotex.js
r41 r66 5 5 // this.num = num 6 6 // this.part = part 7 }8 9 make_url_params0( arrayx ){10 let params = new URLSearchParams();11 arrayx.reduce(function(acc, element, index, array) {12 acc.append(element[0], element[1]);13 return acc;14 }, params)15 return params.toString();16 7 } 17 8 … … 42 33 async get_output_url(num, func) { 43 34 let param_array = [['cmd', 'get_output_url'], ['num', num ] ] 35 await this.fetchx( this.filename , param_array, 2, func ) 36 } 37 38 async get_output_url_listx( num, func) { 39 let param_array = [['cmd', 'get_output_url_listx'] , ['num', num]] 44 40 await this.fetchx( this.filename , param_array, 2, func ) 45 41 }
Note: See TracChangeset
for help on using the changeset viewer.
![(trac.ini の [header_logo] セクションを設定してください)](/python/trac/Flist/chrome/common/trac_logo_mini.png)