我想在Razor视图中获取当前时间,并在Javascript中使用它,如下所示: @{ string fileName = "Score_List_" + DateTime.Now.ToShortDateString(); } <script> ...
確定! 回上一頁