').css('background', 'url(open.png) left top no-repeat, url(close.png) bottom right no-repeat');
然而,jquery将其设置为两行将使第二个css替换第一行上的css。如何设置css,使其同时具有打开和关闭的背景图像?
我想要做的是更新col_a if is not null和update col_b if is not null,由于某种原因,我只能在两列都不是null时才能更新两列,如果它们不是null,则不能更新其中一列或另一列我的尝试:Set `col_b` = 'test b'
Where `col_a` IS NOT NULL A