Skip to content

Instantly share code, notes, and snippets.

View sd016808's full-sized avatar

sd016808 sd016808

  • Taiwan
View GitHub Profile
/// <summary>
/// 取得必要的post參數
/// </summary>
/// <returns></returns>
public static string getEVENTVALIDATION()
{
string output = htmls;
//抓取值
output = GetInner(output, "__EVENTVALIDATION", "<table width=\"939\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"fff299\">");
/// <summary>
/// 取得必要的post參數
/// </summary>
/// <returns></returns>
public static string getEVENTVALIDATION()
{
string output = htmls;
//抓取值
output = GetInner(output, "__EVENTVALIDATION", "<table width=\"939\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"fff299\">");