摘要:1、JS代码<script type="text/javascript"> function WapTosinaweibo(vid) { var itemname; switch (vid) { case 2: itemname = "30块以内"; break; case 3: itemname = "30-40块"; bre...
阅读全文
摘要:1、JS<script type="text/javascript"> function Tosinaweibo() { var PicURL = document.getElementById('img1').src; // var _t = encodeURI(document.title); var _t = encodeURI("您也来参与一下,一起为中国奥运健儿加油吧!"); // var _url = encodeURIComponent(document.location); ...
阅读全文
摘要:1、后台代码,用ashx处理,输出二进制流图片using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.IO;namespace FootBallCalendar{ public class outimg : IHttpHandler { public void ProcessRequest(HttpContext context) { string strFilePath = context.Serve...
阅读全文