BootWiki教程网
源代码:
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link href="appml.css" rel="stylesheet"> </head> <body> <h1>Customers</h1> <div id="List01"></div> <script src="appml.js"></script> <script> obj=new AppML("http://www.bootwiki.com/try/appml/appml.php","../appml/Models/Customers.xml"); obj.run("List01"); </script> </body> </html>
运行结果