我在网站上有一张图片。我应该使用我的 Jasmine 框架的 java 脚本获取该图像的 Max_width 的 CSS 值。
你能指导我吗?
这是代码:
it("Should return Max-width value: '"+width+"'",function(){
var width, item;
item = OpenSpace.getElementById("OpenLayers.Layer.Vector_49_svgRoot");
width = item.max_width;
expect(result).toBe(width);
alert(width);
谢谢拉维