close

有的網頁會自動放 MP3 有時候當你很不喜歡聽音樂的時候 該怎辦呢?

FLV 也可以用這種方式 取代掉

Vb.net 方式

 

    Sub Stop_Mp3()
        Dim tmp

        tmp = WebBrowser1.Document.Body.InnerHtml
        tmp = Replace(tmp, "http://f10.wretch.yimg.com/aa850206aa/2/1977997273.mp3", "")
        WebBrowser1.Document.Body.InnerHtml = tmp
    End Sub

 

arrow
arrow
    全站熱搜

    dark99 發表在 痞客邦 留言(0) 人氣()