分类

链接

2018 年 1 月
1234567
891011121314
15161718192021
22232425262728
293031  

近期文章

热门标签

新人福利,免费薅羊毛

现在位置:    首页 > Wordpress > 正文
共享办公室出租
wordpress集成markdown
Wordpress 暂无评论 阅读(547)

不可能吧

怎么不可能

  • 有可能 哈哈哈大笑
  • 不可能 哈哈哈大笑
  • 不知道 哈哈哈大笑

** 你说呢 **
1. 项目1
2. 项目2
3. 项目3

关于markdown

hellow word

// 注意:这段代码需要每次加载页面都执行,因此不能放在 if(!IsPostBack) 逻辑判断中
protected void Page_Init(object sender, EventArgs e)
{
    var fieldList = db.Fields.Where(f => f.FormId == 1).OrderBy(f => f.Order).ToList();
    foreach (var field in fieldList)
    {
        Panel panel = new Panel();
        panel.ID = "panel" + field.Id;
        panel.ShowBorder = false;
        panel.ShowHeader = false;
        panel.Margin = "0 0 5px 0";
        panel.Layout = Layout.Column;
        var ctrl = GetControl(field);
        if (ctrl != null)
        {
            panel.Items.Add(ctrl);
        }
        Form1.Items.Insert(Form1.Items.Count - 1, panel);
    }
}

这是连接
这是连接

这是图片


这是表格

Tables Are Cool
col 3 is right-aligned $1600
col 2 is centered $12
zebra stripes are neat $1

============ 欢迎各位老板打赏~ ===========

本文版权归Bruce's Blog所有,转载引用请完整注明以下信息:
本文作者:Bruce
本文地址:wordpress集成markdown | Bruce's Blog

发表评论

留言无头像?