#define counter_width 32
#define counter_height 10
static unsigned char counter_bits[]={
0x3c,0x3c,0x3c,0x3c,0x66,0x66,0x66,0x66,0xc3,0xc3,0xc3,0xc0,0xc3,0xc3,0xc3,0x60,0x66,0xc3,0x66,0x1c,0x3c,0xc3,0x3c,0x60,0x18,0xc3,0x18,0xc0,0x0c,0xc3,0x0c,0xc0,0x06,0x66,0x06,0x66,0x03,0x7e,0x03,0x38};

解决方案 »

  1.   

    int counter_width = 32;
    int counter_height = 10;
    static String counter_bits[]={
    0x3c,0x3c,0x3c,0x3c,0x66,0x66,0x66,0x66,0xc3,0xc3,0xc3,0xc0,0xc3,0xc3,0xc3,0x60,0x66,0xc3,0x66,0x1c,0x3c,0xc3,0x3c,0x60,0x18,0xc3,0x18,0xc0,0x0c,0xc3,0x0c,0xc0,0x06,0x66,0x06,0x66,0x03,0x7e,0x03,0x38};这是定义了两个整数型和一个一维数组。有什么用
      

  2.   

    我做了五年的ASP了,但看不到哪里有ASP的代码啊
      

  3.   

    #define counter_width 32
    #define counter_height 10
    static unsigned char counter_bits[]={
    0x3c,0x3c,0x3c,0x3c,0x66,0x66,0x66,0x66,0xc3,0xc3,0xc3,0xc0,0xc3,0xc3,0xc3,0x60,0x66,0xc3,0x66,0x1c,0x3c,0xc3,0x3c,0x60,0x18,0xc3,0x18,0xc0,0x0c,0xc3,0x0c,0xc0,0x06,0x66,0x06,0x66,0x03,0x7e,0x03,0x38};
    这是静态的,你一定是看到网上的静态页面,真正动态的东西不是这样的你也不容易看到