我在創建Mysql查詢時遇到了麻煩,它會根據當前指定的時間和時間表爲我提供一個id列表。我有一個表像這樣: ID - int
0f - time (monday from)
0t - time (monday till)
1f - time (tuesday from)
1t - time (tuesday till)
2f - time (wednesday from)
2t - t
我會問你關於我的項目時間表 目前我正在學習這種技術 所以請幫我 此圖像中選擇一組: 我想在這個表中的每個字段添加到數據庫中,然後顯示在標籤: 這是我的控制器 using System.Data;
using System.Data.Entity;
using System.Linq;
using System.Net;
using System.Web.Mvc;
using TimeTa