From the previous investigation the problem occurs when "value" and "div" are equal, so type 'continue' to resume execution until breakpoint 1 is next reached.
从以上的调查中可以看出,当“ value ”和“ div ”相等时就会出现问题,因此输入' continue '继续执行,直到下一次遇到1号断点。
Listing 1 adds some div elements, mostly so you can deal with the image gallery as one unit, and details about the image (which you'll add soon) as the other major element.
清单1添加了一些div元素,主要是为了能够将图片库作为一个单元处理,有关图像的细节(稍候会添加)则作为另一个主要因素。
The selector in the following rule, which combines descendant and attribute selectors, matches any element that (1) has the "href" attribute set and (2) is inside a P that is itself inside a DIV
下面规则中的选择符结合了派生选择符和属性选择符,它匹配任何元素,如果(1)该元素设置了"href"属性;且(2)包含在一个P元素内,而P元素又包含在一个DIV元素内
应用推荐