UNPKG

xmlplus

Version:

A JavaScript framwork for developing projects efficiently.

12 lines 376 B
<!DOCTYPE html> <html> <head> <script src="../../../../xmlplus.js"></script> <script> console.log(xp.hasNamespace(null)); // false console.log(xp.hasNamespace("div")); // false console.log(xp.hasNamespace("//xp/Index")); // true 或者 false,这取决于实际的应用 </script> </head> <body></body> </html>