1

我用户

{
ASIFormDataRequest *rq = [ASIFormDataRequest requestWithURL:url];    
[rq setDelegate:self];
[rq startAsynchronous];
}

但它不能访问 requestFinished 或 requestFailed 函数;为什么?

4

0 回答 0