gpt4 book ai didi

asp.net-mvc - 在带有 Razor 的 ASP.NET MVC RC3 中 - @String.Format ("{0:hh:mm:ss}", timespan) 错误 - 错误?

转载 作者:行者123 更新时间:2023-12-04 22:16:20 24 4
gpt4 key购买 nike

FormatException 出现以下错误:

<td class="numeric">@String.Format("{0:hh:mm:ss}", testrun.ExecutionTime)</td>

其中 ExecutionTime 是一个时间跨度。此格式字符串有效。这是一个错误还是我错过了一些明显的东西(考虑到很晚 - 可能是后者)。

最佳答案

尝试转义 :

String.Format("{0:hh\\:mm\\:ss}", testrun.ExecutionTime)

关于asp.net-mvc - 在带有 Razor 的 ASP.NET MVC RC3 中 - @String.Format ("{0:hh:mm:ss}", timespan) 错误 - 错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4507249/

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