<p data-bind="text:someProperty"></p>
我想添加如下静态文本:
<p data-bind="text:' + $' + someProperty"></p>
<p>text: <span data-bind="[whatever]" /></p>