gpt4 book ai didi

asp.net-mvc - 在 html 上乘以模型值

转载 作者:行者123 更新时间:2023-12-04 02:43:50 26 4
gpt4 key购买 nike

我使用asp.net-mvc, Entity Framework 。我的观点如下:

 <td class="center">
<span id="spanitem_@item.UrunId">@item.Fiyat</span>
<input type="text" id="textfiyat_@item.UrunId" value="" class="displaynone textwidth90"/>
</td>
<td class="center">
<span id="spanitem_@item.UrunId">@item.Adet</span>
<input type="text" id="textadet_@item.UrunId" value="" class="displaynone textwidth90"/>
</td>
<td class="center">
<span id="spanitem_@item.UrunId">
@item.Fiyat)*@item.Adet
</span>
</td>

Fiyat 字段为十进制,Adet 字段为int。我想展示它们的倍增。但是我不能。我怎样才能做到这一点。谢谢...

最佳答案

你试过了吗@(item.Fiyat * item.Adet)

关于asp.net-mvc - 在 html 上乘以模型值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16676774/

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