We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
例子中都是get的,没有post的例程,不知道data数据在那里设定啊?能不能举一个post的例子呢。 $beanbun->seed = [ //'http://www.950d.com/', [ 'http://www.950d.com/list-2.html', [ 'method' => 'POST', ] ] ]; 按例程中,这样设定,一是没有postdata数据,二是就算这样,也报错。crul error 3.
麻烦给个post的例子,谢谢
The text was updated successfully, but these errors were encountered:
No branches or pull requests
例子中都是get的,没有post的例程,不知道data数据在那里设定啊?能不能举一个post的例子呢。
$beanbun->seed = [
//'http://www.950d.com/',
[
'http://www.950d.com/list-2.html',
[
'method' => 'POST',
]
]
];
按例程中,这样设定,一是没有postdata数据,二是就算这样,也报错。crul error 3.
麻烦给个post的例子,谢谢
The text was updated successfully, but these errors were encountered: