• 大小: 0.16M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 菜单  微信  

资源简介

微信自定义菜单

资源截图

代码片段和文件信息

using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.xml;
using System.IO;
using System.Text;
using System.Collections.Generic;
using System.Net;

namespace weixin_api
{
    public partial class createMenu : System.Web.UI.Page
    {
        protected void Page_Load(object sender EventArgs e)
        {
            FileStream fs1 = new FileStream(Server.MapPath(“.“)+“\\menu.txt“ FileMode.Open);
            StreamReader sr = new StreamReader(fs1 Encoding.GetEncoding(“GBK“));
            string menu = sr.ReadToEnd();
            sr.Close();
      

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      12288  2016-04-13 18:37  自定义菜单\weixin_api\weixin_api\weixin_api\bin\weixin_api.dll

     文件      34304  2016-04-13 18:37  自定义菜单\weixin_api\weixin_api\weixin_api\bin\weixin_api.pdb

     文件        449  2016-04-13 18:36  自定义菜单\weixin_api\weixin_api\weixin_api\createMenu.aspx

     文件       2739  2016-04-06 16:50  自定义菜单\weixin_api\weixin_api\weixin_api\createMenu.aspx.cs

     文件        808  2014-03-26 13:52  自定义菜单\weixin_api\weixin_api\weixin_api\createMenu.aspx.designer.cs

     文件        104  2014-03-26 13:53  自定义菜单\weixin_api\weixin_api\weixin_api\interfaceTest.ashx

     文件       2266  2016-04-13 18:37  自定义菜单\weixin_api\weixin_api\weixin_api\interfaceTest.ashx.cs

     文件        734  2014-03-26 16:02  自定义菜单\weixin_api\weixin_api\weixin_api\menu.txt

     文件       6715  2016-04-13 18:36  自定义菜单\weixin_api\weixin_api\weixin_api\messageHelp.cs

     文件       7538  2016-04-13 18:37  自定义菜单\weixin_api\weixin_api\weixin_api\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件       1200  2016-04-13 18:36  自定义菜单\weixin_api\weixin_api\weixin_api\obj\Debug\weixin_api.csproj.FileListAbsolute.txt

     文件      12288  2016-04-13 18:37  自定义菜单\weixin_api\weixin_api\weixin_api\obj\Debug\weixin_api.dll

     文件      34304  2016-04-13 18:37  自定义菜单\weixin_api\weixin_api\weixin_api\obj\Debug\weixin_api.pdb

     文件       1321  2014-03-26 13:52  自定义菜单\weixin_api\weixin_api\weixin_api\Properties\AssemblyInfo.cs

     文件     239835  2014-03-26 13:52  自定义菜单\weixin_api\weixin_api\weixin_api\scripts\jquery-1.4.1-vsdoc.js

     文件     168792  2014-03-26 13:52  自定义菜单\weixin_api\weixin_api\weixin_api\scripts\jquery-1.4.1.js

     文件      71922  2014-03-26 13:52  自定义菜单\weixin_api\weixin_api\weixin_api\scripts\jquery-1.4.1.min.js

     文件        450  2016-04-13 18:37  自定义菜单\weixin_api\weixin_api\weixin_api\selectMenu.aspx

     文件       2247  2015-08-13 15:40  自定义菜单\weixin_api\weixin_api\weixin_api\selectMenu.aspx.cs

     文件        808  2014-03-26 13:53  自定义菜单\weixin_api\weixin_api\weixin_api\selectMenu.aspx.designer.cs

     文件       7598  2014-03-26 13:52  自定义菜单\weixin_api\weixin_api\weixin_api\Web.config

     文件       1223  2014-03-26 13:52  自定义菜单\weixin_api\weixin_api\weixin_api\Web.Debug.config

     文件       1284  2014-03-26 13:52  自定义菜单\weixin_api\weixin_api\weixin_api\Web.Release.config

     文件       4932  2014-03-26 14:54  自定义菜单\weixin_api\weixin_api\weixin_api\weixin_api.csproj

     文件       1170  2015-08-13 15:34  自定义菜单\weixin_api\weixin_api\weixin_api\weixin_api.csproj.user

     文件        920  2014-03-26 13:52  自定义菜单\weixin_api\weixin_api\weixin_api.sln

    ..A..H.     40448  2016-04-13 19:19  自定义菜单\weixin_api\weixin_api\weixin_api.suo

     目录          0  2014-03-26 13:52  自定义菜单\weixin_api\weixin_api\weixin_api\obj\Debug\TempPE

     目录          0  2016-04-13 18:37  自定义菜单\weixin_api\weixin_api\weixin_api\obj\Debug

     目录          0  2014-03-26 13:52  自定义菜单\weixin_api\weixin_api\weixin_api\App_Data

............此处省略11个文件信息

评论

共有 条评论