@param string $url URL地址
判断指定的url是否已经存在bucket中
//直接调用 Task::getInstance()->hasUrl($url); //通过phpcreeper实例调用 $worker->getTaskMan()->hasUrl($url);