将语句改为以下语句:="update bookinfo set bookname='"+myname+"',booktype='"+mytype+"',author='"+myauthor+"',print='"+myprint+"',price='"+myprice+"' where ISBN='"+ISBN+"'";这样试一下。