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