問題タブ [handlebars.net]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
398 参照

handlebars.js - ハンドルバーがヘルパー内のバインドを解決しない

handlebars.Net で少し遊んで、BlockHelper とバインディングに問題があります。

テンプレート (以下を参照) は人の間で繰り返し、18 歳以上の場合にのみ人を結果に書き込む必要があります。

私はこのテンプレートを持っています:

これは私のデータです:

結果は次のようになります。

しかし、Handlebars は GreaterThan-Block 内のバインディングを解決しません。これは必要ですか、それともバグですか?

ここで私の完全なコードをC#で

ヘルパー: