0

我需要检查该类.myClass是否具有名为data-url. 我已经设法在 jQuery 中做到这一点。请帮我将其转换为 PHP。

if ($('.myClass').attr('data-url')) {
    // do stuff
}
4

0 回答 0