エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Fast and fluent Java HTML5 builder - Java HTML builder
Getting started with j2htmlImport TagCreator to get started. j2html's syntax is fluent and closel... Getting started with j2htmlImport TagCreator to get started. j2html's syntax is fluent and closely matched to HTML: import static j2html.TagCreator.*; public class Main { public static void main(String[] args) { body( h1("Hello, World!"), img().withSrc("/img/hello.png") ).render(); } } The Java code above becomes the HTML below: <body> <h1>Hello, World!</h1> <img src="/img/hello.png"> </body> Chec
2016/02/05 リンク