您好,感謝您的關注。條件搜索並替換C#
編輯:我不是一個程序員,我幾乎不知道的C#或其他任何語言,所以,很抱歉的問題,我一直在尋找一個解決方案,但沒有任何工程。謝謝你低估了我的問題。
爲了這一點,我得到這個代碼:
using System;
using VisualWebRipper.Internal.SimpleHtmlParser;
using VisualWebRipper;
public class Script
{
public static string TransformContent(WrContentTransformationArguments args)
{
try
{
//Place your transformation code here.
//This example just returns the input data
return args.Content;
}
catch(Exception exp)
{
//Place error handling here
args.WriteDebug("Custom script error: " + exp.Message);
return "Custom script error";
}
}
}
我需要用C#做一個條件這讓我找到* args.Content(誰包含變量字符串)字符串「沒有限制「,如果查找匹配,則將字符串值更改爲數字(0)並將其返回。如果不是沒有改變。
所以,我只需要搜索和替換字符串轉換成一個數字,如果它與字符串「無SE蓮花Exige」相匹配。
許多感謝的努力閱讀我的英語水平,希望你能幫助我:)
你嘗試過這麼遠嗎?不要指望這個網站做的功課你沒有表現出任何的努力... – walther
幾個例子會使描述更加清楚千倍 – Snowbear
http://www.whathaveyoutried.com - 請閱讀它,爲我們着想和我們的同胞兄弟。 – Arran