从超大html表单提取标题和input的属性,以及在input特定属性前插入内容
摘要:
编程时遇到需要从超大html表单(标题和input成对)中提取“标题和input中的ref值”,以及在input特定属性前插入内容,特写下面两个方法,避免重复劳动。 c static void Main(string[] args) { ReadTxt(); InsertText(); } /// 阅读全文
posted @ 2019-11-20 14:42 anjun_xf 阅读(368) 评论(0) 推荐(0) 编辑