Columns.Count; i++) { string width = i == 0 ? "50%" : "10%"; // first column will be 50% and others 20% sb.Append("<th width=" + width + ...
確定! 回上一頁