文件名称:node_file_upload_body_parser:我的天啊....
文件大小:3KB
文件格式:ZIP
更新时间:2024-07-31 04:33:09
JavaScript
node_file_upload_body_parser #Need 模块 var util = require ( 'util' ) ; var qs = require ( 'querystring' ) ; #解析器 req . on ( 'data' , function ( data ) { body += data ; } ) ; req . on ( 'end' , function ( ) { fs . writeFile ( 'config.txt' , util . inspect ( qs . parse ( body ) , { showHidden : true , depth : null } ) , function ( err ) { } ) ; } ) ; #结果 { name': '"fileToUpload";
【文件预览】:
node_file_upload_body_parser-master
----config.js(581B)
----config.txt(552B)
----server.js(0B)
----upload.js(504B)
----README.md(738B)
----send.html(284B)