重複の可能性:
PHPの「。=」(ドットが等しい)演算子に相当するRuby
include_items
変数を作成し、それに文字列を追加し続けたいと思います。
PHPでは...
$include_items = "<td>first item</td>";
$include_items .= "<td>second item</td>";
$include_items .= "<td>third item</td>";
重複の可能性:
PHPの「。=」(ドットが等しい)演算子に相当するRuby
include_items
変数を作成し、それに文字列を追加し続けたいと思います。
PHPでは...
$include_items = "<td>first item</td>";
$include_items .= "<td>second item</td>";
$include_items .= "<td>third item</td>";