摘要:
imagefilledrectangle()imagefilledrectangle() 函数画一矩形并填充。语法:bool imagefilledrectangle( resource image, int x1, int y1, int x2, int y2, int color )x1,y1为... 阅读全文
摘要:
DROP TABLE IF EXISTS `imooc_pro`;CREATE TABLE `imooc_pro`(`id` int unsigned auto_increment key,`pName` varchar(50) not null,`pNum` int unsigned defaul... 阅读全文