String ql=(String)(ar[index][1]);String s="delete * from book where 图书号 = '"+ql+"'";QL是变量,本身就是字符类型数据,所以此处不需再加引号,如果用的是字符串常量的话要加引号