js可以获取其元素的z-index值:
$("document").ready(function(){ var a = $('.row').css('z-index'); alert(a); });
对于值的解读: