我用户
{
ASIFormDataRequest *rq = [ASIFormDataRequest requestWithURL:url];
[rq setDelegate:self];
[rq startAsynchronous];
}
但它不能访问 requestFinished 或 requestFailed 函数;为什么?
我用户
{
ASIFormDataRequest *rq = [ASIFormDataRequest requestWithURL:url];
[rq setDelegate:self];
[rq startAsynchronous];
}
但它不能访问 requestFinished 或 requestFailed 函数;为什么?