摘要: 1.运行环境 Vs2005建立wince应用程序,将要传输的图片和属性封装,如下类:public class UploadPhotoBody { String _visitId; public String visitid { get { return _visitId; } set { _visitId = value; } } String _customerId; public String customerid { get { return _customerId; } set { _customerId = value; } } String _userId; public Stri 阅读全文