NET如何解析如下格式的数据
--Boundary_4_12520108_1370592040447Content-Type: multipart/mixed; boundary=Boundary_3_3759702_1370592040446
--Boundary_3_3759702_1370592040446
Content-X-Rhapsody-Messagepart: meta
Content-Type: application/json
《JSON数据》
--Boundary_3_3759702_1370592040446
Content-X-Rhapsody-Messagepart: path
Content-Type: application/json
《JSON数据》
--Boundary_3_3759702_1370592040446
Content-Disposition: attachment;filename=1.876173667968.48;charset=UTF-8
Content-X-Rhapsody-Messagepart: body
Content-Type: application/octet-stream
《XML数据》
--Boundary_3_3759702_1370592040446--
--Boundary_4_12520108_1370592040447-- JSON 解析MIME NET解析 --------------------编程问答-------------------- --------------------编程问答-------------------- json数据用json解析咯 --------------------编程问答-------------------- --------------------编程问答-------------------- 楼主这个数据时带文件的form表单吧,想知道.net怎么处理表单数据的话推荐看一下 asp.net本质论这本书 --------------------编程问答-------------------- 额不知道你想表达什么,看东西像是各种格式的 http协议头
--------------------编程问答--------------------
下面有xml数据,json解析错误!
补充:.NET技术 , ASP.NET