?? newsconfig.cs
字號:
?using System;
using System.Collections.Generic;
using System.Text;
namespace 個性系列_智能新聞自動采集系統
{
public class NewsConfig
{
string isGetIMG;
public string IsGetIMG
{
get { return isGetIMG; }
set { isGetIMG = value; }
}
string isGetA;
public string IsGetA
{
get { return isGetA; }
set { isGetA = value; }
}
string isGetSPAN;
public string IsGetSPAN
{
get { return isGetSPAN; }
set { isGetSPAN = value; }
}
string isGetTABLE;
public string IsGetTABLE
{
get { return isGetTABLE; }
set { isGetTABLE = value; }
}
string isGetDIV;
public string IsGetDIV
{
get { return isGetDIV; }
set { isGetDIV = value; }
}
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -