Open program-spiritual opened 5 years ago
it shows like this
$x(’//div/-*’)
it should be fine like this:
$x("//div/*")
it shows like this
$x(’//div/-*’)
it should be fine like this:
$x("//div/*")