【发布时间】:2014-04-15 08:54:34
【问题描述】:
<pre>
<p>The accounting equation asset = capital + liabilities, which of the following is true. Ram has started business with 5,50,000 and has purchased goods worth 1,50,000 on credit</p><p>
<input type='radio' id='op1' name='q2option' value='1' /> a) 7,00,000 = 5,50,000 + 1,50,000
<input type='radio' id='op2' name='q2option' value='2' />b)7,00,000 = 6,50,000 + 50,000</p>
<p>
<input type='radio' id='op3' name='q2option' value='3' /> c) 5,50,000 = 7,00,000 - 1,50,000
<input type='radio' id='op3' name='q2option' value='4' > d)5,50,000 = 5,00,000 + 50,000</p>
</pre>
我想在 Windows 应用程序的 C#.Net 中删除输入标记 我已更改输入标签结构以显示代码
【问题讨论】:
-
太棒了。前进。如果您遇到问题,请告诉我们。
-
不知道你在这里要求什么......
-
如果您的字符串总是这样(假设输入标签格式正确并且您的示例有错字),您可以解析它并删除
<和>之间的所有字符串。你应该寻找String.Substring()和String.IndexOf()方法,它们会帮助你 -
我想使用 c#.Net 从 html 中删除单选按钮...
-
是否有任何正则表达式可以删除单选按钮