已知某个链接存在SQL注入漏洞,网址是http://www.xxx.com.cn/product.asp?id=20,以下哪个URL访问之后,页面不会报错
A.http://www.xxx.com.cn/product_more.asp?id=20’ B.http://www.xxx.com.cn/product_more.asp?id=20 and 1=1 C.http://www.xxx.com.cn/product_more.asp?id=20 and 1=2 D.http://www.xxx.com.cn/product_more.asp?id=20 and 99*9<100正确答案B