Javascript的事件是否可以调用PHP函数,...
如:在填写表单时,当填写完“E-MAIL”后,用Javascript的事...
作者 星之海洋2 发布于 2003-08-02 分类:php基础编程
;) 也可以单独用一个文件来实现,但为了看起来方便,我分开写了
test.htm
p.xbm
#define logo_width 16
#define logo_height 14
static unsigned char logo_bits[]={0xff,0xff,0xff,0xff,0x0f,0xf0,0x0f,0xf0,0x0f,0xf0,0x0f,0xf0,
0x0f,0xf0,0xff,0xff,0xff,0xff,0x0f,0x00,0x0f,0x00,0x0f,0x00,0x0f,0x00,0x0f,0x00}
h.xbm
#define logo_width 16
#define logo_height 14
static unsigned char logo_bits[]={0x0f,0xf0,0x0f,0xf0,0x0f,0xf0,0x0f,0xf0,0x0f,0xf0,0x0f,0xf0,
0x0f,0xf0,0xff,0xff,0xff,0xff,0x0f,0xf0,0x0f,0xf0,0x0f,0xf0,0x0f,0xf0,0x0f,0xf0}
x.xbm
#define logo_width 16
#define logo_height 14
static unsigned char logo_bits[]={0x03,0xc0,0x03,0xc0,0x0c,0x30,0x0c,0x30,0x30,0x0c,0x30,0x0c,
0xc0,0x03,0xc0,0x03,0x30,0x0c,0x30,0x0c,0x0c,0x30,0x0c,0x30,0x03,0xc0,0x03,0xc0}
逛论坛交流:有没有人研究过xbm图片格式?
0 条回复
回复