for %i in (c:\inetpub\mailroot\badmail\\*.*) do del /q %i
for %%i in (c:\inetpub\mailroot\badmail\\*.*) do del /q %%i
Dim result = String.Join(",", values.ToArray(Of String)())
'載入物件,bin/ 要放入 .dll
Imports HtmlAgilityPack
'*********************
Dim html As New HtmlDocument()
html.LoadHtml("...一大塊HTML,可以是整個網頁,也可以是html區塊...")
'找出所有img tag
Dim imgNodes As HtmlNodeCollection = html.DocumentNode.SelectNodes("//img")
For Each node As HtmlNode In imgNodes
Dim strUrl As String = node.GetAttributeValue("src", "")
......
Next
document.getElementById("form1").reset();
<input type='hidden' name='txtId' value='xxx' />