代码错在哪里?
if chk1.Checked thenstr:=str+'and bk_name='''+edt10.Text +''' ';
if chk2.Checked then
str:=str+'and bk_writer='''+edt11.Text +'''';
if chk3.Checked then
str:=str+'and ISBN='''+edt12.Text +'''';
Delete(str,1,4);
为什么是4,删除字符串delete(str,1,4)我定义字符串为空字符串