标题: 请教一个检查点图片的问题 [打印本页] 作者: guandarong 时间: 2008-8-1 11:15 标题: 请教一个检查点图片的问题 web_image_check("Go2Venus", "Alt=Venus", LAST);
如上在这个函数,参数Go2Venus和Alt=Venus不知道什么意思,请高手指点作者: flying-kite 时间: 2008-8-1 11:34
看帮助:
第一个是The name of the image check, as it appears in the test tree.
第二个是Checks for the ALT tag of the image. Empty Alt strings are illegal.