码迷,mamicode.com
首页 > 其他好文 > 详细

二维码

时间:2015-07-22 18:30:57      阅读:116      评论:0      收藏:0      [点我收藏+]

标签:

 

后台代码:

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Web;

namespace JTZK_Handle
{
    public class HandleEr
    {
        public static string GetEr()
        {
            string html = @"<div style=""text-align: center;border: solid 1px #cacaca; margin-top:20px"">

                <p style=""border-bottom: solid 1px #cacaca; line-height: 40px;"">
                    <img align=""middle"" src=""/images/weixinico.png"" />&nbsp;微信扫一扫,分享到朋友圈
                 </p>
                 <p style=""margin-bottom: 20px; margin-top: 20px;"">
                    <img src=""http://s.jiathis.com/qrcode.php?url={0}"" width=""140"" height=""130"" />
                 </p> 
             </div>";
            return string.Format(html, HttpContext.Current.Request.Url.ToString());
        }
    }
}

 前台代码:

<%=JTZK_Handle.HandleEr.GetEr() %>

 

二维码

标签:

原文地址:http://www.cnblogs.com/xiaoshi657/p/4667894.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!