2018年3月21日
摘要: #读取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 阅读(1652) 评论(1) 推荐(0) 编辑