-3
プロジェクト(.htmlファイル)から特定のパターンを検索して新しいファイルに貼り付ける方法はありますか?HTMLのテキストをコピーして新しいファイルに貼り付けるには?
崇高なテキストを使用する。
リストから検索して、キーワードをもう1つのファイルには存在しません。
例 HTMLファイル
<a href="javascript:void(0)" title="getAlt('imageAlt')">IMG</a>
<a href="javascript:void(0)" title="getAlt('imageAlt2')">IMG2</a>
<a href="javascript:void(0)" title="getAlt('imageAlt3')">IMG3</a>
<a href="javascript:void(0)" title="getAlt('imageAlt4')">IMG4</a>
新しいファイルにkeyword'getAlt」キーを取得します
imageAlt
imageAlt2
imageAlt3
imageAlt4
プロップ同じ名前のための小道具ファイルに
imageAlt ="www.abc.com"
imageAlt2 = "www.abc1.com"
imageAlt22 = "www.abc11.com"
imageAlt3 = "www.abc2.com"
imageAlt4 = "www.abc3.com"
検索を提出し、残りはコメントする必要があります
結果
imageAlt ="www.abc.com"
imageAlt2 = "www.abc1.com"
#imageAlt22 = "www.abc11.com"
imageAlt3 = "www.abc2.com"
imageAlt4 = "www.abc3.com"
崇高または他のタスクエディタでそれを行うための任意の方法。
これを支援するためのPythonスクリプトを書くことができます。 –