Diff
checker
テキスト
テキスト
画像
ドキュメント
Excel
フォルダ
Legal
Enterprise
デスクトップ
料金
ログイン
Diffchecker デスクトップのダウンロード
テキスト比較
2 つのテキスト ファイルの違いを見つける
ツール
履歴
ライブエディター
未変更行を折りたたむ
折り返しなし
レイアウト
分割
統合
比較精度
スマート
単語
文字
シンタックスハイライト
構文を選択
無視
テキスト変換
最初の差分へ移動
入力を編集
Diffchecker Desktop
Diffcheckerを実行する最も安全な方法。Diffchecker Desktopアプリを入手:あなたの差分はコンピューターから出ることはありません!
Desktopを入手
Untitled diff
作成日
7 年前
差分は期限切れになりません
クリア
エクスポート
共有
説明
0 削除
行
合計
削除
文字
合計
削除
この機能を引き続き使用するには、アップグレードしてください
Diff
checker
Pro
価格を見る
31 行
すべてコピー
1 追加
行
合計
追加
文字
合計
追加
この機能を引き続き使用するには、アップグレードしてください
Diff
checker
Pro
価格を見る
31 行
すべてコピー
# INCLUDE message_helper #
# INCLUDE message_helper #
# IF NO_FAVORITE #
# IF NO_FAVORITE #
コピー
コピー済み
コピー
コピー済み
<div class="
notice">{L_NO_FAVORITE}</div>
<div class="
message-helper
notice">{L_NO_FAVORITE}</div>
# ELSE #
# ELSE #
{L_FAVORITES}
{L_FAVORITES}
<table id="table">
<table id="table">
<thead>
<thead>
<tr>
<tr>
<th>
<th>
{L_TITLE}
{L_TITLE}
</th>
</th>
<th>
<th>
{L_UNTRACK}
{L_UNTRACK}
</th>
</th>
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody>
# START list #
# START list #
<tr>
<tr>
<td>
<td>
<a href="{list.U_ARTICLE}">{list.ARTICLE}</a>
<a href="{list.U_ARTICLE}">{list.ARTICLE}</a>
</td>
</td>
<td>
<td>
{list.ACTIONS}
{list.ACTIONS}
</td>
</td>
</tr>
</tr>
# END list #
# END list #
</tbody>
</tbody>
</table>
</table>
# ENDIF #
# ENDIF #
保存された差分
原文
ファイルを開く
# INCLUDE message_helper # # IF NO_FAVORITE # <div class="notice">{L_NO_FAVORITE}</div> # ELSE # {L_FAVORITES} <table id="table"> <thead> <tr> <th> {L_TITLE} </th> <th> {L_UNTRACK} </th> </tr> </thead> <tbody> # START list # <tr> <td> <a href="{list.U_ARTICLE}">{list.ARTICLE}</a> </td> <td> {list.ACTIONS} </td> </tr> # END list # </tbody> </table> # ENDIF #
変更されたテキスト
ファイルを開く
# INCLUDE message_helper # # IF NO_FAVORITE # <div class="message-helper notice">{L_NO_FAVORITE}</div> # ELSE # {L_FAVORITES} <table id="table"> <thead> <tr> <th> {L_TITLE} </th> <th> {L_UNTRACK} </th> </tr> </thead> <tbody> # START list # <tr> <td> <a href="{list.U_ARTICLE}">{list.ARTICLE}</a> </td> <td> {list.ACTIONS} </td> </tr> # END list # </tbody> </table> # ENDIF #
違いを見つける