Chrome下flash沒法顯示多個的問題。

$(document).ready(function(){ 
if(window.navigator.appVersion.match(/Chrome/)) {
jQuery('object').each(function() {
jQuery(this).css('display','block');
});
}
}); 
相關文章
相關標籤/搜索