110,022
社区成员




interface IQA
{
bool AutoASK(string strTitle, string strContent, CookieContainer cc);
bool AutoFeedback(string strContent, string strCKZL, CookieContainer cc, string strUrl);
bool AutoFeedback(string strContent, string strCKZL, CookieContainer cc, int questionID);
bool AutoTranQuestion(string strUrl,string bestName,CookieContainer cc);
int GetQuestionID(string strUrl);
}
interface IBaidu : IQA
{
}
interface IASK : IQA
{
new bool AutoTranQuestion(string strUrl, string strBestname, CookieContainer cc, Fenlei fenlei);
new bool AutoTranQuestion(string strUrl, string strBestname, CookieContainer cc, Fenlei fenlei, Star star);
}