Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ヘルパーを呼び出す必要があるが、その出力を表示しないJadeテンプレートがあります。
// views/foo.html.jade: p Some content... #{ someHelperSetterMethod('bar'); }
残念ながら、someHelperSetterMethod何も返さないため、テンプレートに「未定義」の出力が表示されます。非出力評価を行う方法はありますか?
someHelperSetterMethod
p some content - someHelperSetterMethod('bar')