UNPKG

xmlplus

Version:

A JavaScript framwork for developing projects efficiently.

12 lines 397 B
<!DOCTYPE html> <html> <head> <script src="../../../../xmlplus.js"></script> <script> console.log(xp.hasComponent(null)); // false console.log(xp.hasComponent("div")); // true console.log(xp.hasComponent("//xp/Index")); // false 或者一个组件的 JSON 描述,这取决于实际的应用 </script> </head> <body></body> </html>