gpt4 book ai didi

knockout.js - 在 Knockout 中连接字符串

转载 作者:行者123 更新时间:2023-12-04 00:31:15 25 4
gpt4 key购买 nike

我需要将一个 url 参数连接到一个 anchor 标记上。我将如何将其插入以下模板?

        <tbody data-bind="foreach: Customers">
<tr class="rowEven">
<td data-bind="text: Name"></td>
<td data-bind="text: CustomerType"></td>
<td><a href="customers.aspx?customer=[CustomerAccountIDHere]">Manage</a><a href="#">Guest Admin</a></td>
</tr>
</tbody>

我试过这不会走运:
            <tr class="rowEven">
<td data-bind="text: Name"></td>
<td data-bind="text: CustomerType"></td>
<td><a data-bind="attr: { href: 'customers.aspx?customer=' + CustomerAccount_BID}">Manage</a><a href="#">Guest Admin</a></td>
</tr>

最佳答案

我认为 View 模型可能是问题所在,这是一个工作示例:http://jsfiddle.net/L4hUq

关于knockout.js - 在 Knockout 中连接字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12013594/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com