摘要:
#读取HTML文件进行格式化解析 $html = New-Object -ComObject "HTMLFile"; $source = Get-Content -Path "file.html" -Raw; $html.IHTMLDocument2_write($xx) $html.body.innerText 阅读全文
posted @ 2018-03-21 14:56
momingliu11
阅读(1666)
评论(1)
推荐(0)
浙公网安备 33010602011771号