2011-04-05 20 views

回答

0

使用加密 算法......

0

如果要发布到Web服务,请确保您使用的是当你调用一个HTTPS连接:

NSMutableURLRequest *urlRequest=[NSMutableURLRequest requestWithURL:url]; 
[ NSURLConnection sendSynchronousRequest: urlRequest returningResponse: nil error: &error ];