c #windows窗体 - 如何在我的文本框或列表框中收到td区域数据?

时间:2015-08-29 05:42:54

标签: regex split streamreader htmlelements

完成b标记后的老板名称想要收到随机生成的名称,所以我们在文本框或列表框区域中需要此名称。

实际上每个加载时间我们都会在看到你的新名字之后看到你的老板名字,所以我们只是在文本框区域或列表框中收到了名字。

请帮助我如何在列表框或文本框中收到姓名数据。

  

 
       
         Your boss name  adriana
         your id: 2241
         Email: yourbossemail@gmail.com
         File Format: officeial
       
       

  

 
       
         Your boss name  jennefer
         your id: 2241
         Email: yourbossemail@gmail.com
         File Format: officeial
       
       

comma

1 个答案:

答案 0 :(得分:2)

试试这个: 首先你找到tableh的innerhtml然后按//example //group 1 =Your boss name // group 2= jennefer regex

过滤

<强> Demo

您将获得数组的以下输出:

h:form

enter image description here