Google翻譯:替換數據集中的內容
我會去dataSet(在「dat」下面),以便每次發現一個不需要的字符鏈時,它將被替換。
目前,我陷在第一行...(見的MessageBox)(如果我的代碼是對不起乾淨^^「)
你能告訴我什麼是錯的嗎?
早上好,
我想更換一些字符串數據集中 我正在阻止 (對不起,我我的代碼)
你能告訴我什麼是不工作的感謝爲了支持 !
foreach (DataRow dtR in dat.Tables[0].Rows)
{
foreach (DataColumn dtC in dat.Tables[0].Columns)
{
MessageBox.Show(dtC.ToString());
dtC.ToString().Replace("<br><img src=\"http://actualites.gestion.fr/good.jpg\">", "");
dtC.ToString().Replace("<br><img src=\"http://actualites.gestion.fr/great.jpg\">", "");
dtC.ToString().Replace("<br><img src=\"http://actualites.gestion.fr/no-good.jpg\">", "");
dtC.ToString().Replace("<br><img src=\"http://actualites.gestion.fr/bof.jpg\">", "");
}
}
卓悅,但英語請.. –
這個問題似乎是題外話,因爲它不是用英語 –